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-07T05:30:00.206Z||main|||||INFO|500||The following profiles are active: basic
2022-06-07T05:30:11.270Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-07T05:30:11.271Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-07T05:30:11.381Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-07T05:30:15.506Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-07T05:30:15.949Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-07T05:30:16.401Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-07T05:30:16.410Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-07T05:30:16.522Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-07T05:30:16.755Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-07T05:30:17.446Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-07T05:30:19.273Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T05:30:21.741Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T05:30:21.806Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-07T05:30:22.422Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T05:30:22.693Z||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-07T05:30:23.864Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T05:30:24.947Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-07T05:30:24.965Z||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$$2538ded1.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-07T05:30:24.967Z||main|||||WARN|500||The sdc end point is not alive
2022-06-07T05:30:28.278Z||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-07T05:30:31.103Z||main|||||WARN|500||---
2022-06-07T05:30:31.104Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-07T05:30:31.104Z||main|||||WARN|500||---
2022-06-07T05:30:31.706Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-07T05:30:37.464Z||main|||||INFO|500||Started Application in 40.544 seconds (JVM running for 42.717)
2022-06-07T05:30:37.484Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T05:30:37.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T05:30:37.499Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T05:30:37.524Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T05:30:37.568Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0202e457-7cab-4365-a825-37006e96f44b url= /sdc/v1/artifactTypes
2022-06-07T05:30:37.569Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T05:30:38.674Z||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.22.81] 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$$bffbb6c3.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-07T05:30:38.680Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6fc401dd
2022-06-07T05:30:38.681Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-07T05:30:38.699Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-07T05:30:38.702Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-07T05:30:38.706Z||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$$bffbb6c3.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-07T05:31:27.458Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T05:31:27.459Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T05:31:27.460Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T05:31:27.463Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T05:31:27.467Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9fdcfd99-e377-48a9-a8f0-c8b1edea4272 url= /sdc/v1/artifactTypes
2022-06-07T05:31:27.468Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T05:31:28.497Z||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.22.81] 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$$bffbb6c3.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-07T05:31:28.498Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e985de6
2022-06-07T05:31:28.498Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-07T05:31:28.499Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-07T05:31:28.499Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-07T05:31:28.500Z||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$$bffbb6c3.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-07T05:32:17.458Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T05:32:17.459Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T05:32:17.460Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T05:32:17.463Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T05:32:17.469Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f5485b9-ccb6-444a-bd8d-6a7e096b7bf7 url= /sdc/v1/artifactTypes
2022-06-07T05:32:17.469Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T05:32:18.485Z||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.22.81] 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$$bffbb6c3.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-07T05:32:18.486Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b3c984
2022-06-07T05:32:18.486Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-07T05:32:18.487Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-07T05:32:18.487Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-07T05:32:18.487Z||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$$bffbb6c3.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-07T05:33:07.458Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T05:33:07.459Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T05:33:07.460Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T05:33:07.463Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T05:33:07.468Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c05fd0e-265b-4c1d-b147-b8d16ad3eb5a url= /sdc/v1/artifactTypes
2022-06-07T05:33:07.468Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T05:33:08.501Z||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.22.81] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-07T05:33:08.502Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fb55aad
2022-06-07T05:33:08.502Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-07T05:33:08.502Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-07T05:33:08.502Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-07T05:33:08.503Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bffbb6c3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-07T05:33:57.461Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T05:33:57.462Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T05:33:57.464Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T05:33:57.468Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T05:33:57.476Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6e8b9e10-4858-4a63-ac4d-ef5b8e22f511 url= /sdc/v1/artifactTypes
2022-06-07T05:33:57.477Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T05:33:57.717Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-07T05:33:57.728Z||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-07T05:33:57.754Z||scheduling-1|||||DEBUG|500||create keys
2022-06-07T05:33:57.763Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-07T05:33:57.827Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:33:57.849Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1739c619-0c5a-4f6b-b66a-3686e6547e70 url= /sdc/v1/registerForDistribution
2022-06-07T05:33:58.000Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1739c619-0c5a-4f6b-b66a-3686e6547e70 url= /sdc/v1/registerForDistribution
2022-06-07T05:33:58.001Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-07T05:33:58.014Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:33:58.017Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:33:58.026Z||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-07T05:33:58.027Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:33:58.027Z||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-07T05:33:58.027Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:33:58.028Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-07T05:34:08.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:34:08.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:34:58.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:34:58.013Z||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-07T05:34:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:34:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:34:58.017Z||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-07T05:34:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:35:07.592Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:35:07.593Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:35:58.012Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:35:58.058Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:35:58.059Z||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-07T05:35:58.059Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:35:58.059Z||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-07T05:35:58.061Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:36:07.618Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:36:07.621Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:36:58.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:36:58.013Z||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-07T05:36:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:36:58.016Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:36:58.017Z||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-07T05:36:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:37:07.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:37:07.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:37:58.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:37:58.012Z||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-07T05:37:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:37:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:37:58.016Z||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-07T05:37:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:38:07.577Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:38:07.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:38:58.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:38:58.015Z||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-07T05:38:58.015Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:38:58.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:38:58.017Z||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-07T05:38:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:39:07.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:39:07.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:39:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:39:58.013Z||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-07T05:39:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:39:58.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:39:58.016Z||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-07T05:39:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:40:07.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:40:07.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:40:15.188Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-07T05:40:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:40:58.013Z||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-07T05:40:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:40:58.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:40:58.017Z||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-07T05:40:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:41:07.568Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:41:07.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:41:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:41:58.012Z||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-07T05:41:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:41:58.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:41:58.017Z||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-07T05:41:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:42:07.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:42:07.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:42:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:42:58.013Z||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-07T05:42:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:42:58.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:42:58.016Z||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-07T05:42:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:43:07.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:43:07.573Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:43:58.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:43:58.015Z||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-07T05:43:58.015Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:43:58.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:43:58.016Z||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-07T05:43:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:44:07.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:44:07.578Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:44:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:44:58.013Z||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-07T05:44:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:44:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:44:58.016Z||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-07T05:44:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:45:07.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:45:07.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:45:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:45:58.013Z||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-07T05:45:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:45:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:45:58.016Z||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-07T05:45:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:46:07.574Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:46:07.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:46:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:46:58.012Z||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-07T05:46:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:46:58.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:46:58.016Z||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-07T05:46:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:47:07.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:47:07.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:47:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:47:58.012Z||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-07T05:47:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:47:58.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:47:58.016Z||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-07T05:47:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:48:07.570Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:48:07.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:48:58.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:48:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:48:58.017Z||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-07T05:48:58.017Z||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-07T05:48:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:48:58.018Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:49:07.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:49:07.580Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:49:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:49:58.013Z||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-07T05:49:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:49:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:49:58.016Z||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-07T05:49:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:50:07.570Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:50:07.573Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:50:58.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:50:58.013Z||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-07T05:50:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:50:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:50:58.016Z||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-07T05:50:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:51:07.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:51:07.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:51:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:51:58.012Z||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-07T05:51:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:51:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:51:58.016Z||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-07T05:51:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:52:07.576Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:52:07.577Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:52:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:52:58.012Z||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-07T05:52:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:52:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:52:58.016Z||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-07T05:52:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:53:07.569Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:53:07.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:53:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:53:58.013Z||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-07T05:53:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:53:58.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:53:58.016Z||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-07T05:53:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:54:07.574Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:54:07.574Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:54:58.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:54:58.013Z||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-07T05:54:58.014Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:54:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:54:58.016Z||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-07T05:54:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:55:07.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:55:07.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:55:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:55:58.012Z||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-07T05:55:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:55:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:55:58.016Z||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-07T05:55:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:56:07.588Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:56:07.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:56:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:56:58.012Z||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-07T05:56:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:56:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:56:58.016Z||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-07T05:56:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:57:07.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:57:07.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:57:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:57:58.012Z||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-07T05:57:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:57:58.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:57:58.016Z||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-07T05:57:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:58:07.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:58:07.571Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:58:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:58:58.013Z||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-07T05:58:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:58:58.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:58:58.016Z||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-07T05:58:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:59:07.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:59:07.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T05:59:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:59:58.013Z||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-07T05:59:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T05:59:58.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T05:59:58.016Z||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-07T05:59:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:00:07.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:00:07.572Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:00:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:00:58.013Z||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-07T06:00:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:00:58.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:00:58.016Z||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-07T06:00:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:01:07.566Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:01:07.567Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:01:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:01:58.013Z||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-07T06:01:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:01:58.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:01:58.016Z||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-07T06:01:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:02:07.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:02:07.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:02:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:02:58.012Z||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-07T06:02:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:02:58.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:02:58.016Z||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-07T06:02:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:03:07.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:03:07.568Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:03:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:03:58.012Z||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-07T06:03:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:03:58.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:03:58.016Z||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-07T06:03:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:04:07.571Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:04:07.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:04:58.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:04:58.014Z||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-07T06:04:58.015Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:04:58.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:04:58.016Z||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-07T06:04:58.020Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:05:07.577Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:05:07.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:05:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:05:58.013Z||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-07T06:05:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:05:58.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:05:58.016Z||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-07T06:05:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:06:07.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:06:07.565Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:06:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:06:58.012Z||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-07T06:06:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:06:58.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:06:58.016Z||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-07T06:06:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:07:07.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:07:07.568Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:07:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:07:58.012Z||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-07T06:07:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:07:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:07:58.016Z||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-07T06:07:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:08:07.563Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:08:07.563Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:08:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:08:58.012Z||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-07T06:08:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:08:58.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:08:58.016Z||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-07T06:08:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:09:07.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:09:07.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:09:58.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:09:58.014Z||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-07T06:09:58.014Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:09:58.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:09:58.016Z||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-07T06:09:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:10:07.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:10:07.592Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:10:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:10:58.013Z||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-07T06:10:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:10:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:10:58.017Z||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-07T06:10:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:11:07.575Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:11:07.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:11:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:11:58.012Z||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-07T06:11:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:11:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:11:58.016Z||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-07T06:11:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:12:07.588Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:12:07.587Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:12:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:12:58.013Z||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-07T06:12:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:12:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:12:58.016Z||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-07T06:12:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:13:07.576Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:13:07.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:13:58.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:13:58.012Z||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-07T06:13:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:13:58.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:13:58.015Z||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-07T06:13:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:14:07.563Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:14:07.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:14:58.012Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:14:58.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:14:58.016Z||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-07T06:14:58.016Z||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-07T06:14:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:14:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:15:07.599Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:15:07.599Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:15:58.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:15:58.013Z||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-07T06:15:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:15:58.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:15:58.016Z||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-07T06:15:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:16:07.597Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:16:07.633Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:16:58.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:16:58.012Z||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-07T06:16:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:16:58.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:16:58.016Z||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-07T06:16:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:17:07.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:17:07.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:17:58.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:17:58.012Z||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-07T06:17:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:17:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:17:58.016Z||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-07T06:17:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:18:07.566Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:18:07.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:18:58.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:18:58.012Z||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-07T06:18:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:18:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:18:58.016Z||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-07T06:18:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:19:07.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:19:07.603Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:19:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:19:58.015Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:19:58.018Z||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-07T06:19:58.018Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:19:58.018Z||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-07T06:19:58.018Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:20:07.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:20:07.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:20:58.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:20:58.012Z||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-07T06:20:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:20:58.017Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:20:58.018Z||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-07T06:20:58.018Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:21:07.581Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:21:07.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:21:58.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:21:58.012Z||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-07T06:21:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:21:58.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:21:58.016Z||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-07T06:21:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:22:07.613Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:22:07.614Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:22:58.011Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:22:58.013Z||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-07T06:22:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:22:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:22:58.016Z||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-07T06:22:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:22:58.648Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:22:58.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1485aa51-4b50-4665-8c06-153dea4bf2b5","serviceName":"basic_onboard_VxnswL","serviceVersion":"1.0","serviceUUID":"b640c469-c65e-49eb-b776-97f6053217b4","serviceDescription":"service","serviceInvariantUUID":"81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e","resources":[{"resourceInstanceName":"basic_onboard_VxnswL 0","resourceName":"basic_onboard_VxnswL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a25de55f-4aad-49b7-9849-14210c457c15","resourceInvariantUUID":"ff7a838c-81f9-4559-9616-866642915bec","resourceCustomizationUUID":"e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml","artifactChecksum":"ODNiYmI4NWI5OTQyMTc3MTQ2MTVkOTk4ODY2MzAwMjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"336e9de4-599b-488a-ac65-c9b48881fca3","artifactVersion":"1"},{"artifactName":"basic_onboard_vxnswl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json","artifactChecksum":"MGM0NjE1YWJlOWQzYTFmZDI3MWJiZThkNzM3MjBiNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c5335b07-fbbe-4678-a4af-9231ff00da5c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6cc851b4-51cb-4327-af8b-842da0f4f820","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee158033-c72b-4b47-af2b-58aeaecb3dfa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5","artifactVersion":"2","generatedFromUUID":"6cc851b4-51cb-4327-af8b-842da0f4f820"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVxnswl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml","artifactChecksum":"MTIxYzE4MDcwZTc5ZDYwMzJiMTdlZTIzMDFmNzhiYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4df2a84-3ae9-4c11-b321-b0707f463105","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVxnswl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar","artifactChecksum":"Y2MyMDNiODg4NTM3YTUxNWFmNWEyZjA1ZmNkYzM2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b095cf5e-029e-459e-a13a-6132aa57c662","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T06:22:58.653Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:22:58.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654582929031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:22:58.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:22:58.682Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:22:58.682Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "cds",
  "timestamp": 1654582931366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582932436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582927904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654582929031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "cds",
  "timestamp": 1654582931366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582932436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:22:58.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582927904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654582929031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "cds",
  "timestamp": 1654582931366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582932436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582927904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:22:58.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654582929031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "cds",
  "timestamp": 1654582931366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582932436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582927904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582937538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654582929031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582937346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "cds",
  "timestamp": 1654582931366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582932436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582927904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582937538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654582929031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582937346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:22:58.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "cds",
  "timestamp": 1654582931366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582932436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582927904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582937538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654582929031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "cds",
  "timestamp": 1654582931366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:22:58.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582937346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:22:58.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582932436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:22:58.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582927904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:22:58.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582937538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582937346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582937538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582941445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "cds",
  "timestamp": 1654582942674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:22:58.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:58.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582942382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:22:58.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:58.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582937346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-07T06:22:58.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582941445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582937538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:58.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:58.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:58.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "cds",
  "timestamp": 1654582943709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-07T06:22:58.782Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-07T06:22:58.786Z||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-07T06:22:58.786Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T06:22:58.805Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:22:58.806Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T06:22:58.962Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1485aa51-4b50-4665-8c06-153dea4bf2b5
2022-06-07T06:22:58.988Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1485aa51-4b50-4665-8c06-153dea4bf2b5 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-07T06:22:59.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582943400,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:22:59.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582937346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:59.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:59.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582941445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:59.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:59.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582937538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:22:59.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:59.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "policy-id",
  "timestamp": 1654582944408,
  "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-07T06:22:59.041Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1485aa51-4b50-4665-8c06-153dea4bf2b5
2022-06-07T06:22:59.042Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1485aa51-4b50-4665-8c06-153dea4bf2b5 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-07T06:22:59.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582937346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:22:59.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:59.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582941445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:59.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:59.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582945726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:22:59.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582945226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:22:59.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582941445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:59.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:59.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582941445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:22:59.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:59.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582946406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:22:59.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582941445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:22:59.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:22:59.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582947605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:22:59.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582949358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:22:59.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582948685,
  "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-07T06:22:59.062Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1485aa51-4b50-4665-8c06-153dea4bf2b5
2022-06-07T06:22:59.062Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1485aa51-4b50-4665-8c06-153dea4bf2b5 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-07T06:22:59.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654582949690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:22:59.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582953021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:22:59.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654582954039,
  "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-07T06:22:59.083Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1485aa51-4b50-4665-8c06-153dea4bf2b5
2022-06-07T06:22:59.083Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1485aa51-4b50-4665-8c06-153dea4bf2b5 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-07T06:22:59.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582956632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:22:59.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582958652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:22:59.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "clamp",
  "timestamp": 1654582959658,
  "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-07T06:22:59.099Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1485aa51-4b50-4665-8c06-153dea4bf2b5
2022-06-07T06:22:59.099Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1485aa51-4b50-4665-8c06-153dea4bf2b5 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-07T06:22:59.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582965092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:22:59.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:22:59.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:22:59.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "aai-ml",
  "timestamp": 1654582966097,
  "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-07T06:22:59.113Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1485aa51-4b50-4665-8c06-153dea4bf2b5
2022-06-07T06:22:59.114Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1485aa51-4b50-4665-8c06-153dea4bf2b5 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-07T06:22:59.689Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:22:59.689Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:22:59.692Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:22:59.692Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:22:59.792Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:22:59.794Z||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-07T06:22:59.794Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:22:59.814Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:22:59.815Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:23:00.693Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:23:00.694Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:00.696Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:00.696Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:23:00.796Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:00.798Z||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-07T06:23:00.798Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:00.816Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:00.817Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:23:01.697Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:23:01.697Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:01.700Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:01.700Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:23:01.800Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:01.801Z||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-07T06:23:01.802Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:01.848Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:01.849Z||pool-6-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:23:02.700Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:23:02.702Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:02.705Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:02.705Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-07T06:23:02.805Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:02.806Z||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-07T06:23:02.806Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:02.833Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:02.834Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:23:03.706Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:23:03.707Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:03.709Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:03.709Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:23:03.809Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:03.810Z||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-07T06:23:03.810Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:03.848Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:03.848Z||pool-8-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:23:04.710Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:23:04.711Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:04.714Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:04.714Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:23:04.814Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:04.816Z||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-07T06:23:04.816Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:04.834Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:04.835Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:23:05.719Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "serviceName": "basic_onboard_VxnswL",
  "serviceVersion": "1.0",
  "serviceUUID": "b640c469-c65e-49eb-b776-97f6053217b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_VxnswL 0",
      "resourceCustomizationUUID": "e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5",
      "resourceName": "basic_onboard_VxnswL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a25de55f-4aad-49b7-9849-14210c457c15",
      "resourceInvariantUUID": "ff7a838c-81f9-4559-9616-866642915bec",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vxnswl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
          "artifactChecksum": "MGM0NjE1YWJlOWQzYTFmZDI3MWJiZThkNzM3MjBiNzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c5335b07-fbbe-4678-a4af-9231ff00da5c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6cc851b4-51cb-4327-af8b-842da0f4f820",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5",
            "generatedFromUUID": "6cc851b4-51cb-4327-af8b-842da0f4f820"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVxnswl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
      "artifactChecksum": "Y2MyMDNiODg4NTM3YTUxNWFmNWEyZjA1ZmNkYzM2NmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b095cf5e-029e-459e-a13a-6132aa57c662"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T06:23:05.721Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T06:23:05.721Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b640c469-c65e-49eb-b776-97f6053217b4 ASDC
2022-06-07T06:23:05.854Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:1485aa51-4b50-4665-8c06-153dea4bf2b5
ServiceName:basic_onboard_VxnswL
ServiceVersion:1.0
ServiceUUID:b640c469-c65e-49eb-b776-97f6053217b4
ServiceInvariantUUID:81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVxnswl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar
ArtifactUUID:b095cf5e-029e-459e-a13a-6132aa57c662
ArtifactChecksum:Y2MyMDNiODg4NTM3YTUxNWFmNWEyZjA1ZmNkYzM2NmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VxnswL 0
ResourceCustomizationUUID:e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5
ResourceInvariantUUID:ff7a838c-81f9-4559-9616-866642915bec
ResourceName:basic_onboard_VxnswL
ResourceType:VF
ResourceUUID:a25de55f-4aad-49b7-9849-14210c457c15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vxnswl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json
ArtifactUUID:c5335b07-fbbe-4678-a4af-9231ff00da5c
ArtifactChecksum:MGM0NjE1YWJlOWQzYTFmZDI3MWJiZThkNzM3MjBiNzQ=
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/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6cc851b4-51cb-4327-af8b-842da0f4f820
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/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env
ArtifactUUID:ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5
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/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env
ArtifactUUID:ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T06:23:05.855Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b640c469-c65e-49eb-b776-97f6053217b4 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-07T06:23:05.921Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:23:05.922Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:23:05.923Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:23:05.923Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b095cf5e-029e-459e-a13a-6132aa57c662 from URL: /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:05.924Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:23:05.925Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:06.098Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:23:06.115Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar b095cf5e-029e-459e-a13a-6132aa57c662 71565
2022-06-07T06:23:06.116Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar ASDC sendASDCNotification
2022-06-07T06:23:06.116Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:06.117Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:23:06.118Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:06.121Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:06.121Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582986116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:23:06.221Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:06.222Z||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-07T06:23:06.222Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:06.243Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:06.244Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:23:07.122Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:23:07.123Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:23:07.124Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b095cf5e-029e-459e-a13a-6132aa57c662, URL: /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar to file: /app/ASDC/1/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:07.124Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:07.223Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:07.224Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:07.858Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11684235025563854055/Definitions/service-BasicOnboardVxnswl-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-07T06:23:09.948Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T06:23:09.954Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:23:09.955Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.955Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T06:23:09.955Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VxnswL 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-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.956Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||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-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.956Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.956Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.956Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.957Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.957Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.957Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.957Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:09.958Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:23:09.964Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.966Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:09.971Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is matching search criteria
2022-06-07T06:23:09.971Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:23:09.973Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VxnswL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:23:09.975Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.975Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:09.976Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is matching search criteria
2022-06-07T06:23:09.976Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:23:09.976Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VxnswL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:23:09.977Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.977Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:09.981Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.981Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is not matching search criteria
2022-06-07T06:23:09.981Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-07T06:23:09.982Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-07T06:23:09.982Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-07T06:23:09.982Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T06:23:09.982Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T06:23:09.983Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.983Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:23:09.984Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.985Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is matching search criteria
2022-06-07T06:23:09.985Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VxnswL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:23:09.986Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.986Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is matching search criteria
2022-06-07T06:23:09.986Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VxnswL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:23:09.987Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.987Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is matching search criteria
2022-06-07T06:23:09.987Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VxnswL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:23:09.988Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.988Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is not matching search criteria
2022-06-07T06:23:09.988Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T06:23:09.989Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T06:23:09.989Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=749f1f5a-e39e-412c-97ad-1465b5624ce1
2022-06-07T06:23:09.989Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.990Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:09.990Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.990Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:09.991Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.991Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:09.991Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:09.991Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:09.992Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_VxnswL
Description:service
Model UUID:b640c469-c65e-49eb-b776-97f6053217b4
Model Version:NULL
Model InvariantUuid:81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_VxnswL
Model UUID:c39caf00-0e88-4522-bfc4-5022e58879c5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff7a838c-81f9-4559-9616-866642915bec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a7b75578-4466-4192-8fe9-e85c8e4d1d3d
ModelName:BasicOnboardVxnswl..base_ubuntu18..module-0
ModelUuid:4590d757-ae07-4c6d-9fa5-bb2a0019e7e2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:749f1f5a-e39e-412c-97ad-1465b5624ce1
ModelInvariantUuid:5eb920e0-5d1a-4147-b56d-37fb6af796b0
ModelName:basic_onboard_VxnswL-nodes.ubuntu18Cvfc
ModelUuid:f0a161a8-3d4c-401c-aa9b-f64498225794
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5e24e688-86f4-433b-9975-da810adc3a42
ModelInvariantUuid:3fbd941d-1c9e-4c06-923f-9588271f1abc
ModelName:BasicOnboardVxnswl.compute.nodes.heat.ubuntu18
ModelUuid:b66ab327-15a6-4ba1-b8a4-37f0d5904433
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-07T06:23:10.004Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a25de55f-4aad-49b7-9849-14210c457c15
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-07T06:23:10.140Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||basic_onboard_VxnswL 0
2022-06-07T06:23:10.147Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a25de55f-4aad-49b7-9849-14210c457c15
2022-06-07T06:23:10.148Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c5335b07-fbbe-4678-a4af-9231ff00da5c from URL: /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json
2022-06-07T06:23:10.148Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:23:10.148Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json
2022-06-07T06:23:10.281Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:23:10.282Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json c5335b07-fbbe-4678-a4af-9231ff00da5c 798
2022-06-07T06:23:10.282Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json ASDC sendASDCNotification
2022-06-07T06:23:10.283Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json
2022-06-07T06:23:10.283Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:23:10.283Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:10.286Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:10.286Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582990282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:23:10.386Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:10.388Z||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-07T06:23:10.389Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:10.406Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:10.407Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:23:11.288Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVxnswl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a7b75578-4466-4192-8fe9-e85c8e4d1d3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4590d757-ae07-4c6d-9fa5-bb2a0019e7e2",
    "vfModuleModelCustomizationUUID": "a358d3e5-6b91-4ac8-aae3-d50d0bc5d757",
    "isBase": true,
    "artifacts": [
      "6cc851b4-51cb-4327-af8b-842da0f4f820",
      "ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5"
    ],
    "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-07T06:23:11.303Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVxnswl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4590d757-ae07-4c6d-9fa5-bb2a0019e7e2
VfModuleModelInvariantUUID:a7b75578-4466-4192-8fe9-e85c8e4d1d3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cc851b4-51cb-4327-af8b-842da0f4f820
,
ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5

}
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-07T06:23:11.307Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVxnswl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a7b75578-4466-4192-8fe9-e85c8e4d1d3d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4590d757-ae07-4c6d-9fa5-bb2a0019e7e2",
    "vfModuleModelCustomizationUUID": "a358d3e5-6b91-4ac8-aae3-d50d0bc5d757",
    "isBase": true,
    "artifacts": [
      "6cc851b4-51cb-4327-af8b-842da0f4f820",
      "ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5"
    ],
    "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-07T06:23:11.307Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVxnswl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4590d757-ae07-4c6d-9fa5-bb2a0019e7e2
VfModuleModelInvariantUUID:a7b75578-4466-4192-8fe9-e85c8e4d1d3d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cc851b4-51cb-4327-af8b-842da0f4f820
,
ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5

}
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-07T06:23:11.307Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6cc851b4-51cb-4327-af8b-842da0f4f820 from URL: /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml
2022-06-07T06:23:11.308Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:23:11.308Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml
2022-06-07T06:23:11.418Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:23:11.419Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml 6cc851b4-51cb-4327-af8b-842da0f4f820 5033
2022-06-07T06:23:11.420Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T06:23:11.420Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml
2022-06-07T06:23:11.420Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:23:11.420Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:11.423Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:11.423Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582991419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:23:11.523Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:11.524Z||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-07T06:23:11.524Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:11.548Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:11.548Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:23:12.424Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5 from URL: /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env
2022-06-07T06:23:12.425Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:23:12.425Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env
2022-06-07T06:23:12.501Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:23:12.502Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env ebe6eacf-ff5c-4bbb-8d69-9940af9d87d5 909
2022-06-07T06:23:12.502Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T06:23:12.502Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env
2022-06-07T06:23:12.503Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:23:12.503Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:12.505Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:12.505Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582992502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:23:12.605Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:12.606Z||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-07T06:23:12.606Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:12.626Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:12.627Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:23:13.506Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b640c469-c65e-49eb-b776-97f6053217b4
2022-06-07T06:23:13.507Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VxnswL 0 a25de55f-4aad-49b7-9849-14210c457c15 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-07T06:23:13.539Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e7c8738, org.onap.sdc.toscaparser.api.parameters.Input@33425059, org.onap.sdc.toscaparser.api.parameters.Input@20a0cc9c, org.onap.sdc.toscaparser.api.parameters.Input@6ef64280, org.onap.sdc.toscaparser.api.parameters.Input@14c95d21]
2022-06-07T06:23:13.543Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.544Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:13.544Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-07T06:23:13.545Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5
2022-06-07T06:23:13.545Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5 matches Tosca VF Customization UUID: e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5
2022-06-07T06:23:13.545Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5  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-07T06:23:13.552Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.553Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:13.554Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5: {\"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-07T06:23:13.555Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@78b6e41c
2022-06-07T06:23:13.555Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.555Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:23:13.556Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a358d3e5-6b91-4ac8-aae3-d50d0bc5d757
2022-06-07T06:23:13.557Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a358d3e5-6b91-4ac8-aae3-d50d0bc5d757
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-07T06:23:13.565Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.565Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is matching search criteria
2022-06-07T06:23:13.566Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VxnswL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:23:13.567Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.567Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is matching search criteria
2022-06-07T06:23:13.568Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VxnswL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:23:13.568Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.569Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is not matching search criteria
2022-06-07T06:23:13.569Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T06:23:13.569Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T06:23:13.569Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=749f1f5a-e39e-412c-97ad-1465b5624ce1
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-07T06:23:13.584Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.585Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is matching search criteria
2022-06-07T06:23:13.586Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VxnswL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:23:13.586Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.587Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VxnswL 0 is matching search criteria
2022-06-07T06:23:13.587Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VxnswL 0] matching following query criteria: sdcType=VF, customizationUUID=e5d7f76f-6bd5-4ada-a7a6-d321e0f08da5
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-07T06:23:13.590Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.591Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:13.591Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b640c469-c65e-49eb-b776-97f6053217b4: basic_onboard_VxnswL
2022-06-07T06:23:13.592Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.592Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:13.593Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.593Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:13.593Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.594Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:13.594Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.594Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:13.595Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:23:13.596Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VxnswL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:23:13.596Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_VxnswL 
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-07T06:23:13.813Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VxnswL a25de55f-4aad-49b7-9849-14210c457c15 1 ASDC deployResourceStructure
2022-06-07T06:23:13.813Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json ASDC sendASDCNotification
2022-06-07T06:23:13.814Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json
2022-06-07T06:23:13.814Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:23:13.814Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:13.817Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:13.817Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582993813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:23:13.917Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:13.918Z||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-07T06:23:13.918Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:13.934Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:13.934Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:23:14.819Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T06:23:14.819Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml
2022-06-07T06:23:14.819Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:23:14.820Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:14.825Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:14.826Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582994818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:23:14.926Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:14.927Z||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-07T06:23:14.927Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:14.992Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:14.993Z||pool-15-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:23:15.828Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T06:23:15.829Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env
2022-06-07T06:23:15.829Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:23:15.829Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:15.832Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:15.832Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582995826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:23:15.932Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:23:15.934Z||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-07T06:23:15.934Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:15.950Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:15.951Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:23:16.833Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar ASDC sendASDCNotification
2022-06-07T06:23:16.833Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar
2022-06-07T06:23:16.834Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:23:16.834Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:23:16.842Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:23:16.842Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582996833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:23:16.936Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-07T06:23:16.937Z||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-07T06:23:16.937Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:16.955Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:16.955Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:23:17.844Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1485aa51-4b50-4665-8c06-153dea4bf2b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:23:17.860Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1485aa51-4b50-4665-8c06-153dea4bf2b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:23:17.865Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:23:17.865Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:23:17.865Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T06:23:17.865Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T06:23:17.865Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:23:17.865Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:23:17.866Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:23:17.866Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:23:17.866Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:23:17.866Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:23:17.866Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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-07T06:23:17.871Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T06:23:47.872Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1485aa51-4b50-4665-8c06-153dea4bf2b5 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-07T06:23:47.881Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1485aa51-4b50-4665-8c06-153dea4bf2b5 and serviceModelVersionId: b640c469-c65e-49eb-b776-97f6053217b4
2022-06-07T06:23:47.881Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e
2022-06-07T06:23:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:23:58.016Z||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-07T06:23:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:23:58.159Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:23:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:23:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:23:58.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:02.519Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e/model-vers/model-ver/b640c469-c65e-49eb-b776-97f6053217b4?depth=0
2022-06-07T06:24:02.641Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T06:24:03.173Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e/model-vers/model-ver/b640c469-c65e-49eb-b776-97f6053217b4?depth=0|INFO|500||Invoke
2022-06-07T06:24:03.181Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e/model-vers/model-ver/b640c469-c65e-49eb-b776-97f6053217b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e/model-vers/model-ver/b640c469-c65e-49eb-b776-97f6053217b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1485aa51-4b50-4665-8c06-153dea4bf2b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0fb9c8b1-215d-41f5-a45b-852c886f05c2], X-ECOMP-RequestID=[1485aa51-4b50-4665-8c06-153dea4bf2b5], X-TransactionId=[], X-ONAP-RequestID=[1485aa51-4b50-4665-8c06-153dea4bf2b5], Content-Type=[application/merge-patch+json]}
2022-06-07T06:24:03.329Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e/model-vers/model-ver/b640c469-c65e-49eb-b776-97f6053217b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T06:24:03.581Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e/model-vers/model-ver/b640c469-c65e-49eb-b776-97f6053217b4?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/81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e/model-vers/model-ver/b640c469-c65e-49eb-b776-97f6053217b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-06:24:03:260-61605], vertex-id=[151624], Content-Length=[0], Date=[Tue, 07 Jun 2022 06:24:03 GMT], Content-Type=[application/json]}
2022-06-07T06:24:03.583Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e/model-vers/model-ver/b640c469-c65e-49eb-b776-97f6053217b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T06:24:03.584Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81e7ca1c-ea59-4c3a-a7c6-3384a1cab32e/model-vers/model-ver/b640c469-c65e-49eb-b776-97f6053217b4?depth=0|INFO|500||InvokeReturn
2022-06-07T06:24:03.589Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T06:24:03.589Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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-07T06:24:03.599Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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-07T06:24:03.600Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1485aa51-4b50-4665-8c06-153dea4bf2b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T06:24:03.602Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T06:24:03.603Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:03.606Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:03.606Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583043601,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:24:03.706Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:03.707Z||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-07T06:24:03.707Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:03.725Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:03.726Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-07T06:24:04.624Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:24:04.625Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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-07T06:24:04.625Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:05.258Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:05.259Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T06:24:05.259Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4a304d1-60a1-42ef-a2d5-895acb8f36f3","serviceName":"vFW 2022-06-07 06-22-35","serviceVersion":"1.0","serviceUUID":"9b2830d8-f169-4ae4-8de7-08fc658bf7ac","serviceDescription":"catalog service description","serviceInvariantUUID":"e66a0a63-f1dd-4a9b-a252-4901366a7a9b","resources":[{"resourceInstanceName":"vFW dacbc92b-b513 0","resourceName":"vFW dacbc92b-b513","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70991783-f7fd-4c41-9c4a-d72b87464674","resourceInvariantUUID":"5f3d4804-56b4-4278-aab4-2d9ee2b3b880","resourceCustomizationUUID":"bae7c9c4-20bf-47eb-9b4b-f3afc46800c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml","artifactChecksum":"YjJkYjIyMTIwMjc1NjIyNTdlOTU1MDA4MjQ5ODg2NDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6ff6e17-32f7-4544-ae42-ab53f378d382","artifactVersion":"1"},{"artifactName":"vfwdacbc92bb5130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json","artifactChecksum":"NGUwZDZiN2E2M2MwNjFiNTk4MjQ4MzczMDQ0ZDAwNTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14a04c68-a6ee-4ae9-9443-8ad765ed1e2c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d0fb139-88d5-4e3e-a87f-a6bfb48f8644","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml","artifactChecksum":"YTcxNDExYWJjZDgxMDI0MDA0ODI5N2JkMWViNWRlMjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6ab145d7-1019-49c3-a1ef-208144de3fd3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dccadac2-f890-49f8-a703-c64e003bdcd8","artifactVersion":"2","generatedFromUUID":"9d0fb139-88d5-4e3e-a87f-a6bfb48f8644"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607062235-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml","artifactChecksum":"NTE1ZTA1NmZjZDBiM2MyOWFhYTM5YmM0YTAyMTIxMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d4e145c4-5c5f-4b19-8e9e-f45826ca51d5","artifactVersion":"1"},{"artifactName":"service-Vfw20220607062235-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar","artifactChecksum":"MjAwNDczMDc1OTFiMDJmZDVkNjNjMTBiMDk0ZGMzZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8ea060a-56eb-40fc-94b3-9751c4310e08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T06:24:05.262Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:24:05.262Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:05.264Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:05.265Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:05.365Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:05.366Z||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-07T06:24:05.366Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:05.383Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:05.384Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:06.266Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:24:06.267Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:06.269Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:06.269Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:24:06.369Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:06.371Z||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-07T06:24:06.372Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:06.388Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:06.389Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:24:07.270Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:24:07.271Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:07.274Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:07.275Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:24:07.375Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:07.377Z||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-07T06:24:07.377Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:07.397Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:07.398Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:08.275Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:24:08.277Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:08.279Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:08.280Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:08.380Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:08.382Z||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-07T06:24:08.382Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:08.400Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:08.400Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:09.288Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:24:09.289Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:09.295Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:09.298Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T06:24:09.395Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-07T06:24:09.397Z||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-07T06:24:09.397Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:09.425Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:09.426Z||pool-23-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:10.299Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:24:10.299Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:10.301Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:10.301Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:10.402Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:10.403Z||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-07T06:24:10.403Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:10.429Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:10.430Z||pool-24-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:11.306Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:24:11.307Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:11.310Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:11.310Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:24:11.410Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:11.412Z||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-07T06:24:11.412Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:11.427Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:11.428Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:24:12.317Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "serviceName": "vFW 2022-06-07 06-22-35",
  "serviceVersion": "1.0",
  "serviceUUID": "9b2830d8-f169-4ae4-8de7-08fc658bf7ac",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e66a0a63-f1dd-4a9b-a252-4901366a7a9b",
  "resources": [
    {
      "resourceInstanceName": "vFW dacbc92b-b513 0",
      "resourceCustomizationUUID": "bae7c9c4-20bf-47eb-9b4b-f3afc46800c5",
      "resourceName": "vFW dacbc92b-b513",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70991783-f7fd-4c41-9c4a-d72b87464674",
      "resourceInvariantUUID": "5f3d4804-56b4-4278-aab4-2d9ee2b3b880",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdacbc92bb5130_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
          "artifactChecksum": "NGUwZDZiN2E2M2MwNjFiNTk4MjQ4MzczMDQ0ZDAwNTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "14a04c68-a6ee-4ae9-9443-8ad765ed1e2c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9d0fb139-88d5-4e3e-a87f-a6bfb48f8644",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dccadac2-f890-49f8-a703-c64e003bdcd8",
            "generatedFromUUID": "9d0fb139-88d5-4e3e-a87f-a6bfb48f8644"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dccadac2-f890-49f8-a703-c64e003bdcd8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220607062235-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
      "artifactChecksum": "MjAwNDczMDc1OTFiMDJmZDVkNjNjMTBiMDk0ZGMzZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8ea060a-56eb-40fc-94b3-9751c4310e08"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T06:24:12.317Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T06:24:12.317Z|1485aa51-4b50-4665-8c06-153dea4bf2b5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9b2830d8-f169-4ae4-8de7-08fc658bf7ac ASDC
2022-06-07T06:24:12.318Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b4a304d1-60a1-42ef-a2d5-895acb8f36f3
ServiceName:vFW 2022-06-07 06-22-35
ServiceVersion:1.0
ServiceUUID:9b2830d8-f169-4ae4-8de7-08fc658bf7ac
ServiceInvariantUUID:e66a0a63-f1dd-4a9b-a252-4901366a7a9b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220607062235-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar
ArtifactUUID:f8ea060a-56eb-40fc-94b3-9751c4310e08
ArtifactChecksum:MjAwNDczMDc1OTFiMDJmZDVkNjNjMTBiMDk0ZGMzZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dacbc92b-b513 0
ResourceCustomizationUUID:bae7c9c4-20bf-47eb-9b4b-f3afc46800c5
ResourceInvariantUUID:5f3d4804-56b4-4278-aab4-2d9ee2b3b880
ResourceName:vFW dacbc92b-b513
ResourceType:VF
ResourceUUID:70991783-f7fd-4c41-9c4a-d72b87464674
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdacbc92bb5130_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json
ArtifactUUID:14a04c68-a6ee-4ae9-9443-8ad765ed1e2c
ArtifactChecksum:NGUwZDZiN2E2M2MwNjFiNTk4MjQ4MzczMDQ0ZDAwNTI=
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/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml
ArtifactUUID:9d0fb139-88d5-4e3e-a87f-a6bfb48f8644
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/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env
ArtifactUUID:dccadac2-f890-49f8-a703-c64e003bdcd8
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/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env
ArtifactUUID:dccadac2-f890-49f8-a703-c64e003bdcd8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T06:24:12.319Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b2830d8-f169-4ae4-8de7-08fc658bf7ac 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-07T06:24:12.361Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:24:12.362Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:24:12.362Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:24:12.362Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f8ea060a-56eb-40fc-94b3-9751c4310e08 from URL: /sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:12.363Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:24:12.363Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:12.596Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:24:12.602Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar f8ea060a-56eb-40fc-94b3-9751c4310e08 99033
2022-06-07T06:24:12.603Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar ASDC sendASDCNotification
2022-06-07T06:24:12.603Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:12.603Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:24:12.604Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:12.607Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:12.607Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583052603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:12.707Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:12.709Z||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-07T06:24:12.709Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:12.731Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:12.738Z||pool-26-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:13.608Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:24:13.610Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:24:13.611Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f8ea060a-56eb-40fc-94b3-9751c4310e08, URL: /sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar to file: /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:13.611Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607062235-csar.csar
2022-06-07T06:24:13.612Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:13.612Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:13.834Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5127762927196450456/Definitions/service-Vfw20220607062235-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-07T06:24:16.161Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T06:24:16.163Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:24:16.163Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.163Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-07T06:24:16.163Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.164Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.164Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.164Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.164Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.164Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.165Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.165Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.165Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dacbc92b-b513 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-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.165Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.165Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.166Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.166Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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-Vfw20220607062235-csar.csar
2022-06-07T06:24:16.166Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:24:16.166Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.167Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:16.167Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:16.167Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:24:16.168Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:24:16.168Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.168Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:16.169Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:16.169Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:24:16.169Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:24:16.169Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.170Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:16.170Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.170Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is not matching search criteria
2022-06-07T06:24:16.171Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:24:16.171Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:24:16.171Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:16.171Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.172Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:24:16.172Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.172Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:24:16.172Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:24:16.172Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:24:16.173Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.173Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:16.173Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:24:16.173Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:16.174Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:24:16.174Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.174Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T06:24:16.174Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.175Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:24:16.175Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.175Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:16.175Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:24:16.176Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.176Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:16.176Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:24:16.177Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.177Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:16.177Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:24:16.177Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.178Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is not matching search criteria
2022-06-07T06:24:16.178Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:24:16.178Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T06:24:16.178Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:24:16.178Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:24:16.179Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:24:16.179Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.179Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:16.179Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:24:16.180Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:16.180Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:24:16.180Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.180Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e22aa15-f3df-4c24-ab53-d0e0751cd352
2022-06-07T06:24:16.181Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.181Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is not matching search criteria
2022-06-07T06:24:16.181Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:24:16.181Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:24:16.181Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:16.182Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.182Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:24:16.182Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.182Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:24:16.183Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T06:24:16.183Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:24:16.183Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:16.183Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:24:16.184Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.184Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3094bf0a-eb10-406a-ae3e-d0db3115ab13
2022-06-07T06:24:16.184Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.184Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is not matching search criteria
2022-06-07T06:24:16.185Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:24:16.185Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:24:16.185Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:16.185Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.186Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:24:16.186Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.186Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:24:16.186Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:24:16.187Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:24:16.187Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:16.187Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:16.187Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T06:24:16.188Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e419191-968d-4b04-80b3-0769a3786c96
2022-06-07T06:24:16.188Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.188Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:16.189Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.189Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:16.189Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.190Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:16.190Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:16.190Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:16.190Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-07 06-22-35
Description:catalog service description
Model UUID:9b2830d8-f169-4ae4-8de7-08fc658bf7ac
Model Version:NULL
Model InvariantUuid:e66a0a63-f1dd-4a9b-a252-4901366a7a9b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dacbc92b-b513
Model UUID:d00c9299-98e0-4ea8-92f5-c5e469ea4c9d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5f3d4804-56b4-4278-aab4-2d9ee2b3b880
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bae7c9c4-20bf-47eb-9b4b-f3afc46800c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5090ef5f-7648-44f6-a4ed-90744e0817e7
ModelName:VfwDacbc92bB513..base_vfw..module-0
ModelUuid:8bf92372-af79-45f2-8087-312c91e194b2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5e22aa15-f3df-4c24-ab53-d0e0751cd352
ModelInvariantUuid:93c60f97-3ab3-458f-91ec-68585222a9ce
ModelName:vFW dacbc92b-b513-nodes.vfwCvfc
ModelUuid:9f54e3d9-5909-422c-bf9f-698920243fd9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3b1e4aed-4447-421b-ba27-53e97168b765
ModelInvariantUuid:650b832a-39fa-4416-8347-16f9410c7f42
ModelName:VfwDacbc92bB513.compute.nodes.heat.vfw
ModelUuid:f94be428-af4e-483e-b485-f0deaea82098
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3094bf0a-eb10-406a-ae3e-d0db3115ab13
ModelInvariantUuid:c8ab7cf1-3864-4f93-8a73-79d6f5bf2684
ModelName:vFW dacbc92b-b513-nodes.vsnCvfc
ModelUuid:9df782ae-cd10-4127-938e-7517911a65fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:283aae0d-44e6-4bea-af46-a80febea302f
ModelInvariantUuid:7e815bd0-7162-4c45-a977-fb1c46c67253
ModelName:VfwDacbc92bB513.compute.nodes.heat.vsn
ModelUuid:417bcfa6-11da-4d2b-b5fa-f6c00fe6bfea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8e419191-968d-4b04-80b3-0769a3786c96
ModelInvariantUuid:44c9b86c-9e27-47b7-a210-b17b2e1bfe11
ModelName:vFW dacbc92b-b513-nodes.vpgCvfc
ModelUuid:c987478b-3ca1-4571-af9a-9825223de6db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:15586eee-b5ee-489c-8eba-95ebd2c70227
ModelInvariantUuid:bc3d10fe-fd89-4dfb-9ed0-8565b61171a5
ModelName:VfwDacbc92bB513.compute.nodes.heat.vpg
ModelUuid:d8f305ca-62fa-4a32-8779-97a562513ed5
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-07T06:24:16.201Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 70991783-f7fd-4c41-9c4a-d72b87464674
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-07T06:24:16.205Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||vFW dacbc92b-b513 0
2022-06-07T06:24:16.206Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70991783-f7fd-4c41-9c4a-d72b87464674
2022-06-07T06:24:16.206Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 14a04c68-a6ee-4ae9-9443-8ad765ed1e2c from URL: /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json
2022-06-07T06:24:16.206Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:24:16.206Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json
2022-06-07T06:24:16.368Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:24:16.369Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json 14a04c68-a6ee-4ae9-9443-8ad765ed1e2c 785
2022-06-07T06:24:16.370Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json ASDC sendASDCNotification
2022-06-07T06:24:16.370Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json
2022-06-07T06:24:16.370Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:24:16.371Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:16.374Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:16.374Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583056369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:16.474Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:16.476Z||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-07T06:24:16.476Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:16.492Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:16.492Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:17.375Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDacbc92bB513..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5090ef5f-7648-44f6-a4ed-90744e0817e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8bf92372-af79-45f2-8087-312c91e194b2",
    "vfModuleModelCustomizationUUID": "ec93dae6-5182-4342-ae83-56d645c4499d",
    "isBase": true,
    "artifacts": [
      "9d0fb139-88d5-4e3e-a87f-a6bfb48f8644",
      "dccadac2-f890-49f8-a703-c64e003bdcd8"
    ],
    "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-07T06:24:17.385Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDacbc92bB513..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bf92372-af79-45f2-8087-312c91e194b2
VfModuleModelInvariantUUID:5090ef5f-7648-44f6-a4ed-90744e0817e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d0fb139-88d5-4e3e-a87f-a6bfb48f8644
,
dccadac2-f890-49f8-a703-c64e003bdcd8

}
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-07T06:24:17.389Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDacbc92bB513..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5090ef5f-7648-44f6-a4ed-90744e0817e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8bf92372-af79-45f2-8087-312c91e194b2",
    "vfModuleModelCustomizationUUID": "ec93dae6-5182-4342-ae83-56d645c4499d",
    "isBase": true,
    "artifacts": [
      "9d0fb139-88d5-4e3e-a87f-a6bfb48f8644",
      "dccadac2-f890-49f8-a703-c64e003bdcd8"
    ],
    "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-07T06:24:17.389Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDacbc92bB513..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8bf92372-af79-45f2-8087-312c91e194b2
VfModuleModelInvariantUUID:5090ef5f-7648-44f6-a4ed-90744e0817e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d0fb139-88d5-4e3e-a87f-a6bfb48f8644
,
dccadac2-f890-49f8-a703-c64e003bdcd8

}
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-07T06:24:17.390Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9d0fb139-88d5-4e3e-a87f-a6bfb48f8644 from URL: /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml
2022-06-07T06:24:17.390Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:24:17.391Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml
2022-06-07T06:24:17.488Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:24:17.489Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml 9d0fb139-88d5-4e3e-a87f-a6bfb48f8644 20368
2022-06-07T06:24:17.490Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T06:24:17.490Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml
2022-06-07T06:24:17.490Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:24:17.491Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:17.494Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:17.494Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583057490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:17.594Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:17.595Z||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-07T06:24:17.595Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:17.612Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:17.613Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:18.495Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dccadac2-f890-49f8-a703-c64e003bdcd8 from URL: /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env
2022-06-07T06:24:18.496Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:24:18.496Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env
2022-06-07T06:24:18.582Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:24:18.582Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env dccadac2-f890-49f8-a703-c64e003bdcd8 2098
2022-06-07T06:24:18.583Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T06:24:18.583Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env
2022-06-07T06:24:18.583Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:24:18.583Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:18.585Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:18.585Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583058583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:18.685Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:18.686Z||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-07T06:24:18.687Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:18.728Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:18.728Z||pool-29-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:19.586Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 9b2830d8-f169-4ae4-8de7-08fc658bf7ac
2022-06-07T06:24:19.587Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dacbc92b-b513 0 70991783-f7fd-4c41-9c4a-d72b87464674 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-07T06:24:19.605Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e6bb68f, org.onap.sdc.toscaparser.api.parameters.Input@22650983, org.onap.sdc.toscaparser.api.parameters.Input@3a031726, org.onap.sdc.toscaparser.api.parameters.Input@3f99efa5, org.onap.sdc.toscaparser.api.parameters.Input@1c65e917]
2022-06-07T06:24:19.607Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.608Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:19.608Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-07T06:24:19.608Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= bae7c9c4-20bf-47eb-9b4b-f3afc46800c5
2022-06-07T06:24:19.608Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bae7c9c4-20bf-47eb-9b4b-f3afc46800c5 matches Tosca VF Customization UUID: bae7c9c4-20bf-47eb-9b4b-f3afc46800c5
2022-06-07T06:24:19.608Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: bae7c9c4-20bf-47eb-9b4b-f3afc46800c5  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-07T06:24:19.610Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.611Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:19.611Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id bae7c9c4-20bf-47eb-9b4b-f3afc46800c5: {\"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-07T06:24:19.612Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@444a6829
2022-06-07T06:24:19.612Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.612Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:24:19.612Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec93dae6-5182-4342-ae83-56d645c4499d
2022-06-07T06:24:19.612Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec93dae6-5182-4342-ae83-56d645c4499d
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-07T06:24:19.614Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.615Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:19.615Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:24:19.615Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.615Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:19.615Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:24:19.616Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.616Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is not matching search criteria
2022-06-07T06:24:19.616Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:24:19.616Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T06:24:19.616Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:24:19.617Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:24:19.617Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:24:19.617Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:19.617Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:19.617Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:24:19.617Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:19.617Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:24:19.618Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:19.618Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e22aa15-f3df-4c24-ab53-d0e0751cd352
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-07T06:24:19.620Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.620Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:19.620Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:24:19.621Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.621Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is not matching search criteria
2022-06-07T06:24:19.621Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:24:19.621Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:24:19.621Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:19.622Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:19.622Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:24:19.622Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:19.622Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:24:19.622Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T06:24:19.622Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:24:19.623Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:19.623Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:24:19.623Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:19.623Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3094bf0a-eb10-406a-ae3e-d0db3115ab13
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-07T06:24:19.625Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.625Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:19.625Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:24:19.629Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.630Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is not matching search criteria
2022-06-07T06:24:19.630Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:24:19.630Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:24:19.630Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:19.630Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:19.631Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:24:19.631Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:24:19.631Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:24:19.631Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:24:19.631Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:24:19.631Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:24:19.632Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:24:19.632Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T06:24:19.632Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e419191-968d-4b04-80b3-0769a3786c96
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-07T06:24:19.634Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.634Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:19.634Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:24:19.635Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.635Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Node template vFW dacbc92b-b513 0 is matching search criteria
2022-06-07T06:24:19.635Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dacbc92b-b513 0] matching following query criteria: sdcType=VF, customizationUUID=bae7c9c4-20bf-47eb-9b4b-f3afc46800c5
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-07T06:24:19.637Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.637Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:19.638Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 9b2830d8-f169-4ae4-8de7-08fc658bf7ac: vFW dacbc92b-b513
2022-06-07T06:24:19.638Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.638Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:19.638Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.638Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:19.639Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.639Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:19.639Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.639Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:19.639Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:24:19.640Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-22-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:24:19.640Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-07 06-22-35 
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-07T06:24:19.834Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dacbc92b-b513 70991783-f7fd-4c41-9c4a-d72b87464674 1 ASDC deployResourceStructure
2022-06-07T06:24:19.834Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json ASDC sendASDCNotification
2022-06-07T06:24:19.835Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json
2022-06-07T06:24:19.835Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:24:19.835Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:19.837Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:19.837Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583059834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:19.938Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:19.940Z||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-07T06:24:19.940Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:19.959Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:19.960Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:24:20.839Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T06:24:20.839Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml
2022-06-07T06:24:20.840Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:24:20.840Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:20.843Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:20.843Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583060838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:20.943Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:24:20.945Z||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-07T06:24:20.945Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:20.961Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:20.961Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:24:21.844Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T06:24:21.845Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env
2022-06-07T06:24:21.845Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:24:21.845Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:21.848Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:21.848Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583061844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:21.948Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:21.950Z||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-07T06:24:21.950Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:21.966Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:21.967Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:24:22.849Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar ASDC sendASDCNotification
2022-06-07T06:24:22.850Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar
2022-06-07T06:24:22.851Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:24:22.851Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:24:22.853Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:24:22.853Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583062849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:22.954Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:24:22.955Z||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-07T06:24:22.955Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:22.978Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:22.979Z||pool-33-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:24:23.854Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:24:23.867Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:24:23.869Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:24:23.869Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:24:23.869Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:24:53.870Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:24:53.883Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:24:53.886Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:24:53.887Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:24:53.887Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:24:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:24:58.017Z||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-07T06:24:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:24:58.055Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:24:58.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582978011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582986116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582990282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.066Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582991419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.067Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582992502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582993813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/basic_onboard_vxnswl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:58.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582994818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:58.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582995826,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/resourceInstances/basic_onboard_vxnswl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:58.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654582996833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVxnswl/1.0/artifacts/service-BasicOnboardVxnswl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:58.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583009031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583017346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583017346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583009031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583009031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583017346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "cds",
  "timestamp": 1654583021366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583009031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583017346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "cds",
  "timestamp": 1654583021366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583022436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583009031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583017346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "cds",
  "timestamp": 1654583021366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583022436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583009031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583017346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "cds",
  "timestamp": 1654583021366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583022436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583017346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583009031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "cds",
  "timestamp": 1654583021366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583022436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583025510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "cds",
  "timestamp": 1654583021366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583022436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583026613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "cds",
  "timestamp": 1654583021366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583022436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583027538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583027904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583027723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "cds",
  "timestamp": 1654583029200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583022436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583027538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583027904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583028749,
  "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-07T06:24:58.099Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4a304d1-60a1-42ef-a2d5-895acb8f36f3
2022-06-07T06:24:58.099Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4a304d1-60a1-42ef-a2d5-895acb8f36f3 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-07T06:24:58.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "cds",
  "timestamp": 1654583030207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-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-07T06:24:58.118Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4a304d1-60a1-42ef-a2d5-895acb8f36f3
2022-06-07T06:24:58.118Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4a304d1-60a1-42ef-a2d5-895acb8f36f3 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-07T06:24:58.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583027538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583027904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583029753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:58.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583027538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583027904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583027538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583031445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583027904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583027538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583031445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583027904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583027538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583031445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583027904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:24:58.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583031445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583035446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583035639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.133Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583035703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:24:58.133Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583031445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583036709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:58.134Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583031445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:24:58.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:24:58.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583037663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:24:58.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:24:58.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:24:58.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "policy-id",
  "timestamp": 1654583037715,
  "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-07T06:24:58.142Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4a304d1-60a1-42ef-a2d5-895acb8f36f3
2022-06-07T06:24:58.142Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4a304d1-60a1-42ef-a2d5-895acb8f36f3 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-07T06:25:23.887Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:25:23.902Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:25:23.904Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:25:23.905Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:25:23.905Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:25:53.905Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:25:53.918Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:25:53.921Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:25:53.921Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:25:53.921Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:25:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:25:58.016Z||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-07T06:25:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:25:58.046Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:25:58.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:25:58.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583031445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:25:58.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:26:23.921Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:26:23.933Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:26:23.936Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:26:23.937Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:26:23.937Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:26:53.937Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:26:53.949Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:26:53.952Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:26:53.952Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:26:53.952Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:26:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:26:58.017Z||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-07T06:26:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:26:58.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:26:58.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "clamp",
  "timestamp": 1654583038675,
  "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-07T06:26:58.070Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4a304d1-60a1-42ef-a2d5-895acb8f36f3
2022-06-07T06:26:58.071Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4a304d1-60a1-42ef-a2d5-895acb8f36f3 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-07T06:26:58.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583039297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:26:58.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583041364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:26:58.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583042373,
  "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-07T06:26:58.090Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4a304d1-60a1-42ef-a2d5-895acb8f36f3
2022-06-07T06:26:58.091Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4a304d1-60a1-42ef-a2d5-895acb8f36f3 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-07T06:26:58.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1485aa51-4b50-4665-8c06-153dea4bf2b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583043601,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:26:58.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:26:58.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:26:58.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:26:58.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:26:58.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:26:58.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:26:58.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:26:58.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:26:58.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T06:26:58.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:26:58.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:26:58.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:26:58.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583051289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:26:58.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583044624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:26:58.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:26:58.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "aai-ml",
  "timestamp": 1654583052295,
  "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-07T06:26:58.122Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4a304d1-60a1-42ef-a2d5-895acb8f36f3
2022-06-07T06:26:58.122Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4a304d1-60a1-42ef-a2d5-895acb8f36f3 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-07T06:26:58.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583052603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:26:58.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583056369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:26:58.145Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583057490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:26:58.145Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583058583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:26:58.146Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583059834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/vfwdacbc92bb5130_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:26:58.146Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583060838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:26:58.147Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583061844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/resourceInstances/vfwdacbc92bb5130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:26:58.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:26:58.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:26:58.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583062849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062235/1.0/artifacts/service-Vfw20220607062235-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:26:58.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:23.953Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:27:23.966Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:27:23.970Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:27:23.970Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:27:23.970Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T06:27:23.971Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T06:27:23.971Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:27:23.971Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:27:23.971Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:27:23.971Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:27:23.972Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:27:23.972Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:27:23.972Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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-07T06:27:23.977Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T06:27:53.977Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3 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-07T06:27:53.986Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4a304d1-60a1-42ef-a2d5-895acb8f36f3 and serviceModelVersionId: 9b2830d8-f169-4ae4-8de7-08fc658bf7ac
2022-06-07T06:27:53.986Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e66a0a63-f1dd-4a9b-a252-4901366a7a9b
2022-06-07T06:27:53.988Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e66a0a63-f1dd-4a9b-a252-4901366a7a9b/model-vers/model-ver/9b2830d8-f169-4ae4-8de7-08fc658bf7ac?depth=0
2022-06-07T06:27:53.994Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T06:27:54.048Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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/e66a0a63-f1dd-4a9b-a252-4901366a7a9b/model-vers/model-ver/9b2830d8-f169-4ae4-8de7-08fc658bf7ac?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-07T06:27:54.050Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e66a0a63-f1dd-4a9b-a252-4901366a7a9b/model-vers/model-ver/9b2830d8-f169-4ae4-8de7-08fc658bf7ac?depth=0|INFO|500||Invoke
2022-06-07T06:27:54.077Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e66a0a63-f1dd-4a9b-a252-4901366a7a9b/model-vers/model-ver/9b2830d8-f169-4ae4-8de7-08fc658bf7ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T06:27:54.201Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e66a0a63-f1dd-4a9b-a252-4901366a7a9b/model-vers/model-ver/9b2830d8-f169-4ae4-8de7-08fc658bf7ac?depth=0|INFO|500||InvokeReturn
2022-06-07T06:27:54.201Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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/e66a0a63-f1dd-4a9b-a252-4901366a7a9b/model-vers/model-ver/9b2830d8-f169-4ae4-8de7-08fc658bf7ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-06:27:54:010-41077], vertex-id=[221192], Content-Length=[0], Date=[Tue, 07 Jun 2022 06:27:54 GMT], Content-Type=[application/json]}
2022-06-07T06:27:54.202Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T06:27:54.202Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T06:27:54.202Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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-07T06:27:54.207Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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-07T06:27:54.208Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4a304d1-60a1-42ef-a2d5-895acb8f36f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T06:27:54.208Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T06:27:54.209Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:27:54.211Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:27:54.211Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583274208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:27:54.312Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:27:54.313Z||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-07T06:27:54.313Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:27:54.333Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:27:54.333Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T06:27:55.224Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:27:55.225Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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-07T06:27:55.225Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:27:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:27:58.016Z||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-07T06:27:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:27:58.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:27:58.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583189031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583187904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "cds",
  "timestamp": 1654583186366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583189031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583187904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "cds",
  "timestamp": 1654583186366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583189031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583187904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "cds",
  "timestamp": 1654583186366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583189031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583187904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "cds",
  "timestamp": 1654583186366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583189031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583187904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "cds",
  "timestamp": 1654583186366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583189031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583187904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "cds",
  "timestamp": 1654583186366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583197346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583189031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583187904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "cds",
  "timestamp": 1654583186366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583197346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583201003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:27:58.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:58.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "cds",
  "timestamp": 1654583201364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:27:58.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:58.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583197346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "cds",
  "timestamp": 1654583202371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-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-07T06:27:58.070Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 131ae09f-dafb-42b9-9034-4ded34092029
2022-06-07T06:27:58.070Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 131ae09f-dafb-42b9-9034-4ded34092029 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-07T06:27:58.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583197346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583202011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:27:58.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:58.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "policy-id",
  "timestamp": 1654583203019,
  "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-07T06:27:58.082Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 131ae09f-dafb-42b9-9034-4ded34092029
2022-06-07T06:27:58.083Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 131ae09f-dafb-42b9-9034-4ded34092029 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-07T06:27:58.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583202436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583197346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583202436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583197346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583202436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583197346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583202436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583205196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:27:58.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:58.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583202436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583206308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:27:58.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:58.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583202436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583207537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583207415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:27:58.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:58.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583202436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583207537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583208441,
  "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-07T06:27:58.104Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 131ae09f-dafb-42b9-9034-4ded34092029
2022-06-07T06:27:58.104Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 131ae09f-dafb-42b9-9034-4ded34092029 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-07T06:27:58.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583207537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583209445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:27:58.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:58.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583207537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583207537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583211445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583207537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583211445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583207537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:27:58.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583211445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583211445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583215399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:27:58.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:58.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583211445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583211445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:58.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:27:58.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:27:58.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583217674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:27:58.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:27:59.707Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:27:59.708Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T06:27:59.708Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"131ae09f-dafb-42b9-9034-4ded34092029","serviceName":"vFW 2022-06-07 06-25-27","serviceVersion":"1.0","serviceUUID":"c0babb60-ced1-487b-9931-25ad77e185ac","serviceDescription":"catalog service description","serviceInvariantUUID":"00941585-62bc-406c-afb1-a7f5db985060","resources":[{"resourceInstanceName":"vFW 893aee6b-f196 0","resourceName":"vFW 893aee6b-f196","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1c39d11-9ddd-4e45-b789-561b7e007217","resourceInvariantUUID":"df8305c7-bddd-4f8e-9828-5e4927390b69","resourceCustomizationUUID":"cd7a661e-225d-4581-b764-b14f776b68e4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml","artifactChecksum":"OTgzZDEzNWZiNjg0MjhmZDk3M2Q2ODU5OGViM2I4YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86274a99-9626-437c-976a-035cc4969590","artifactVersion":"1"},{"artifactName":"vfw893aee6bf1960_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json","artifactChecksum":"MGNjZjlmZWNkNWRjZDlkMTk5Mjg4YzZlZjRhN2YxODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"682b4ee6-1ff3-455a-a119-31164278c42a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cc267be4-01b3-4b71-98f7-41b61b0e6858","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml","artifactChecksum":"N2MwOTI0MmE0MjYyZjc3YTc1ZTU3YzdlYTM0NDAzNzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e6d850e-7707-4be0-96e4-4f69530baeaa","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69ed1dec-db34-4651-a41b-3f15d8c1abfb","artifactVersion":"2","generatedFromUUID":"cc267be4-01b3-4b71-98f7-41b61b0e6858"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607062527-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml","artifactChecksum":"NDM4MmJhMGNlMmI1Y2FiMjdhMWRlNmNjMGYyNDY3YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3758271c-88bd-48c4-abe0-0499f2e7eec6","artifactVersion":"1"},{"artifactName":"service-Vfw20220607062527-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar","artifactChecksum":"NzEzNjRlNDJiYzMwZTk2MTg2YWY3ZDQ3OTk3Y2MwNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08838bdb-3270-45fa-ba9e-025ea50683f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T06:27:59.712Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:27:59.712Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:27:59.714Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:27:59.714Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:27:59.814Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:27:59.815Z||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-07T06:27:59.816Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:27:59.870Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:27:59.871Z||pool-35-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:28:00.715Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:28:00.716Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:00.718Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:00.718Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:28:00.818Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:00.819Z||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-07T06:28:00.819Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:00.837Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:00.837Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:28:01.718Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:28:01.719Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:01.722Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:01.722Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:28:01.822Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:01.823Z||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-07T06:28:01.823Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:01.841Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:01.841Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:02.723Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:28:02.724Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:02.725Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:02.726Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:28:02.826Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:02.827Z||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-07T06:28:02.827Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:02.842Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:02.843Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:03.726Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:28:03.727Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:03.730Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:03.730Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T06:28:03.830Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:03.831Z||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-07T06:28:03.831Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:03.849Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:03.850Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:28:04.731Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:28:04.732Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:04.734Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:04.734Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:28:04.834Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:04.836Z||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-07T06:28:04.836Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:04.851Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:04.852Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:05.735Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:28:05.736Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:05.739Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:05.739Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:28:05.839Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:05.840Z||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-07T06:28:05.841Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:05.858Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:05.858Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:06.740Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "serviceName": "vFW 2022-06-07 06-25-27",
  "serviceVersion": "1.0",
  "serviceUUID": "c0babb60-ced1-487b-9931-25ad77e185ac",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "00941585-62bc-406c-afb1-a7f5db985060",
  "resources": [
    {
      "resourceInstanceName": "vFW 893aee6b-f196 0",
      "resourceCustomizationUUID": "cd7a661e-225d-4581-b764-b14f776b68e4",
      "resourceName": "vFW 893aee6b-f196",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f1c39d11-9ddd-4e45-b789-561b7e007217",
      "resourceInvariantUUID": "df8305c7-bddd-4f8e-9828-5e4927390b69",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw893aee6bf1960_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
          "artifactChecksum": "MGNjZjlmZWNkNWRjZDlkMTk5Mjg4YzZlZjRhN2YxODI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "682b4ee6-1ff3-455a-a119-31164278c42a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cc267be4-01b3-4b71-98f7-41b61b0e6858",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "69ed1dec-db34-4651-a41b-3f15d8c1abfb",
            "generatedFromUUID": "cc267be4-01b3-4b71-98f7-41b61b0e6858"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "69ed1dec-db34-4651-a41b-3f15d8c1abfb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220607062527-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
      "artifactChecksum": "NzEzNjRlNDJiYzMwZTk2MTg2YWY3ZDQ3OTk3Y2MwNjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "08838bdb-3270-45fa-ba9e-025ea50683f9"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T06:28:06.741Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T06:28:06.741Z|b4a304d1-60a1-42ef-a2d5-895acb8f36f3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0babb60-ced1-487b-9931-25ad77e185ac ASDC
2022-06-07T06:28:06.742Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:131ae09f-dafb-42b9-9034-4ded34092029
ServiceName:vFW 2022-06-07 06-25-27
ServiceVersion:1.0
ServiceUUID:c0babb60-ced1-487b-9931-25ad77e185ac
ServiceInvariantUUID:00941585-62bc-406c-afb1-a7f5db985060
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220607062527-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar
ArtifactUUID:08838bdb-3270-45fa-ba9e-025ea50683f9
ArtifactChecksum:NzEzNjRlNDJiYzMwZTk2MTg2YWY3ZDQ3OTk3Y2MwNjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 893aee6b-f196 0
ResourceCustomizationUUID:cd7a661e-225d-4581-b764-b14f776b68e4
ResourceInvariantUUID:df8305c7-bddd-4f8e-9828-5e4927390b69
ResourceName:vFW 893aee6b-f196
ResourceType:VF
ResourceUUID:f1c39d11-9ddd-4e45-b789-561b7e007217
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw893aee6bf1960_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json
ArtifactUUID:682b4ee6-1ff3-455a-a119-31164278c42a
ArtifactChecksum:MGNjZjlmZWNkNWRjZDlkMTk5Mjg4YzZlZjRhN2YxODI=
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/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml
ArtifactUUID:cc267be4-01b3-4b71-98f7-41b61b0e6858
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/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env
ArtifactUUID:69ed1dec-db34-4651-a41b-3f15d8c1abfb
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/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env
ArtifactUUID:69ed1dec-db34-4651-a41b-3f15d8c1abfb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T06:28:06.742Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0babb60-ced1-487b-9931-25ad77e185ac 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-07T06:28:06.777Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:28:06.778Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:28:06.778Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:28:06.778Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 08838bdb-3270-45fa-ba9e-025ea50683f9 from URL: /sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:06.778Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:28:06.779Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:06.973Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:28:06.977Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar 08838bdb-3270-45fa-ba9e-025ea50683f9 99025
2022-06-07T06:28:06.978Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar ASDC sendASDCNotification
2022-06-07T06:28:06.978Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:06.978Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:28:06.978Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:06.980Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:06.980Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583286978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:28:07.081Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:07.082Z||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-07T06:28:07.082Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:07.098Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:07.099Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:07.981Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:28:07.982Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:28:07.982Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 08838bdb-3270-45fa-ba9e-025ea50683f9, URL: /sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar to file: /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:07.984Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607062527-csar.csar
2022-06-07T06:28:07.984Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:07.984Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:08.142Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17221895706322954308/Definitions/service-Vfw20220607062527-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-07T06:28:10.169Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T06:28:10.170Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:28:10.170Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.170Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-07T06:28:10.170Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.170Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.170Z|131ae09f-dafb-42b9-9034-4ded34092029|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-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|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-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|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-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|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-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 893aee6b-f196 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-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|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-Vfw20220607062527-csar.csar
2022-06-07T06:28:10.171Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:28:10.172Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.172Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:10.172Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:10.172Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:28:10.173Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:28:10.173Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.173Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:10.173Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:10.173Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:28:10.173Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:28:10.174Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.174Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:10.174Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.174Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is not matching search criteria
2022-06-07T06:28:10.174Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:28:10.174Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:28:10.175Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.175Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:10.175Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:28:10.175Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.175Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:28:10.175Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:28:10.175Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:28:10.176Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.176Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:10.176Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:28:10.176Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:10.176Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:28:10.177Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.177Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T06:28:10.177Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.177Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:28:10.177Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.177Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:10.178Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:28:10.178Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.178Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:10.178Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:28:10.178Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.178Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:10.179Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:28:10.179Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.179Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is not matching search criteria
2022-06-07T06:28:10.179Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:28:10.179Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T06:28:10.179Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:28:10.180Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:28:10.180Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:28:10.180Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.180Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:10.180Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:28:10.180Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:10.180Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:28:10.180Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.181Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e92299e1-a35f-4a52-98e2-5ea29dcb34e4
2022-06-07T06:28:10.181Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.181Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is not matching search criteria
2022-06-07T06:28:10.181Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:28:10.181Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:28:10.181Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.181Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:10.182Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:28:10.182Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.182Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:28:10.182Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T06:28:10.182Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:28:10.182Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:10.182Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:28:10.183Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.183Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4f7c856-ef4c-480f-8127-aa5ce432f547
2022-06-07T06:28:10.183Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.183Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is not matching search criteria
2022-06-07T06:28:10.183Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:28:10.183Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:28:10.183Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.183Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:10.184Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:28:10.184Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.184Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:28:10.184Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:28:10.184Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:28:10.184Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:10.184Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:10.185Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T06:28:10.185Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a5d3b7a-29cb-48a5-ab5b-6d3c5ab577b7
2022-06-07T06:28:10.185Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.185Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:10.185Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.185Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:10.185Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.186Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:10.186Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:10.186Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:10.186Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-07 06-25-27
Description:catalog service description
Model UUID:c0babb60-ced1-487b-9931-25ad77e185ac
Model Version:NULL
Model InvariantUuid:00941585-62bc-406c-afb1-a7f5db985060
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 893aee6b-f196
Model UUID:3942b18b-24e7-4330-b5cc-4d866b92a1e4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df8305c7-bddd-4f8e-9828-5e4927390b69
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cd7a661e-225d-4581-b764-b14f776b68e4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:afb6c332-8b8b-4666-babc-5e2e440ee29b
ModelName:Vfw893aee6bF196..base_vfw..module-0
ModelUuid:c05b3771-560e-4eff-adc8-6b68900d3cc2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e92299e1-a35f-4a52-98e2-5ea29dcb34e4
ModelInvariantUuid:ce6330e7-2788-48f0-91fc-9a12601acfab
ModelName:vFW 893aee6b-f196-nodes.vfwCvfc
ModelUuid:cb61a06a-e130-40da-a96d-c7d76c883daf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e4cde92f-c6d7-4a4c-9914-a6ad7ff43178
ModelInvariantUuid:9b47d48f-cafb-4a51-8e1d-163048094cbb
ModelName:Vfw893aee6bF196.compute.nodes.heat.vfw
ModelUuid:44a9f684-45bd-477d-9180-98ac844cd2a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a4f7c856-ef4c-480f-8127-aa5ce432f547
ModelInvariantUuid:c529898d-50ae-4fac-ba97-71e54a531655
ModelName:vFW 893aee6b-f196-nodes.vsnCvfc
ModelUuid:62a5fe17-1e7b-44ef-85c2-4af5246f3a42
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:471cdbaa-9dfa-4207-b3b6-5d1692ebdae2
ModelInvariantUuid:0a72b73e-30c1-4669-8002-69b448c1ac75
ModelName:Vfw893aee6bF196.compute.nodes.heat.vsn
ModelUuid:cd61f27c-1f32-4d5b-a352-05f17db328e2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9a5d3b7a-29cb-48a5-ab5b-6d3c5ab577b7
ModelInvariantUuid:af315f9a-09cb-4b3a-a76a-0a21d08c6420
ModelName:vFW 893aee6b-f196-nodes.vpgCvfc
ModelUuid:e3004602-7962-4b2a-afaa-a2615ce5305b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:eac9ae34-d86f-40e5-98bd-86c7b87a7135
ModelInvariantUuid:556ff0e5-fd8c-40ee-86c7-602fba84e383
ModelName:Vfw893aee6bF196.compute.nodes.heat.vpg
ModelUuid:3d984e83-323a-46f6-9fd6-669e5b92d0c2
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-07T06:28:10.195Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f1c39d11-9ddd-4e45-b789-561b7e007217
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-07T06:28:10.198Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||vFW 893aee6b-f196 0
2022-06-07T06:28:10.198Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1c39d11-9ddd-4e45-b789-561b7e007217
2022-06-07T06:28:10.199Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 682b4ee6-1ff3-455a-a119-31164278c42a from URL: /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json
2022-06-07T06:28:10.199Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:28:10.199Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json
2022-06-07T06:28:10.303Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:28:10.305Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json 682b4ee6-1ff3-455a-a119-31164278c42a 785
2022-06-07T06:28:10.305Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json ASDC sendASDCNotification
2022-06-07T06:28:10.305Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json
2022-06-07T06:28:10.306Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:28:10.306Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:10.310Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:10.310Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583290305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:28:10.410Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:10.412Z||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-07T06:28:10.412Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:10.459Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:10.459Z||pool-43-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:11.311Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw893aee6bF196..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "afb6c332-8b8b-4666-babc-5e2e440ee29b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c05b3771-560e-4eff-adc8-6b68900d3cc2",
    "vfModuleModelCustomizationUUID": "ef2e54b4-8350-4cc0-9810-69105f031e15",
    "isBase": true,
    "artifacts": [
      "cc267be4-01b3-4b71-98f7-41b61b0e6858",
      "69ed1dec-db34-4651-a41b-3f15d8c1abfb"
    ],
    "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-07T06:28:11.318Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw893aee6bF196..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c05b3771-560e-4eff-adc8-6b68900d3cc2
VfModuleModelInvariantUUID:afb6c332-8b8b-4666-babc-5e2e440ee29b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc267be4-01b3-4b71-98f7-41b61b0e6858
,
69ed1dec-db34-4651-a41b-3f15d8c1abfb

}
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-07T06:28:11.320Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw893aee6bF196..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "afb6c332-8b8b-4666-babc-5e2e440ee29b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c05b3771-560e-4eff-adc8-6b68900d3cc2",
    "vfModuleModelCustomizationUUID": "ef2e54b4-8350-4cc0-9810-69105f031e15",
    "isBase": true,
    "artifacts": [
      "cc267be4-01b3-4b71-98f7-41b61b0e6858",
      "69ed1dec-db34-4651-a41b-3f15d8c1abfb"
    ],
    "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-07T06:28:11.320Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw893aee6bF196..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c05b3771-560e-4eff-adc8-6b68900d3cc2
VfModuleModelInvariantUUID:afb6c332-8b8b-4666-babc-5e2e440ee29b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc267be4-01b3-4b71-98f7-41b61b0e6858
,
69ed1dec-db34-4651-a41b-3f15d8c1abfb

}
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-07T06:28:11.321Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cc267be4-01b3-4b71-98f7-41b61b0e6858 from URL: /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml
2022-06-07T06:28:11.321Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:28:11.321Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml
2022-06-07T06:28:11.405Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:28:11.406Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml cc267be4-01b3-4b71-98f7-41b61b0e6858 20368
2022-06-07T06:28:11.406Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T06:28:11.406Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml
2022-06-07T06:28:11.406Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:28:11.407Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:11.409Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:11.409Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583291406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:28:11.509Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:11.510Z||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-07T06:28:11.511Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:11.526Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:11.526Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:12.410Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 69ed1dec-db34-4651-a41b-3f15d8c1abfb from URL: /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env
2022-06-07T06:28:12.410Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:28:12.411Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env
2022-06-07T06:28:12.495Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:28:12.496Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env 69ed1dec-db34-4651-a41b-3f15d8c1abfb 2098
2022-06-07T06:28:12.496Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T06:28:12.496Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env
2022-06-07T06:28:12.497Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:28:12.497Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:12.500Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:12.500Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583292496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:28:12.602Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:12.603Z||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-07T06:28:12.603Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:12.622Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:12.623Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:13.501Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c0babb60-ced1-487b-9931-25ad77e185ac
2022-06-07T06:28:13.502Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 893aee6b-f196 0 f1c39d11-9ddd-4e45-b789-561b7e007217 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-07T06:28:13.523Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b039c80, org.onap.sdc.toscaparser.api.parameters.Input@256c1cc7, org.onap.sdc.toscaparser.api.parameters.Input@7a240032, org.onap.sdc.toscaparser.api.parameters.Input@2f684207, org.onap.sdc.toscaparser.api.parameters.Input@68c82cf6]
2022-06-07T06:28:13.525Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.525Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:13.526Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-07T06:28:13.526Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= cd7a661e-225d-4581-b764-b14f776b68e4
2022-06-07T06:28:13.526Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cd7a661e-225d-4581-b764-b14f776b68e4 matches Tosca VF Customization UUID: cd7a661e-225d-4581-b764-b14f776b68e4
2022-06-07T06:28:13.526Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: cd7a661e-225d-4581-b764-b14f776b68e4  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-07T06:28:13.528Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.529Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:13.529Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id cd7a661e-225d-4581-b764-b14f776b68e4: {\"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-07T06:28:13.530Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1aed338c
2022-06-07T06:28:13.530Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.530Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:28:13.530Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ef2e54b4-8350-4cc0-9810-69105f031e15
2022-06-07T06:28:13.530Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ef2e54b4-8350-4cc0-9810-69105f031e15
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-07T06:28:13.532Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.532Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:13.533Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:28:13.534Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.534Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:13.534Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:28:13.534Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.534Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is not matching search criteria
2022-06-07T06:28:13.535Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:28:13.535Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T06:28:13.535Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:28:13.535Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:28:13.535Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:28:13.536Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:13.536Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:13.536Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:28:13.536Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:13.536Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:28:13.537Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:13.537Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e92299e1-a35f-4a52-98e2-5ea29dcb34e4
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-07T06:28:13.539Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.540Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:13.540Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:28:13.540Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.540Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is not matching search criteria
2022-06-07T06:28:13.540Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:28:13.541Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:28:13.541Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:13.541Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:13.541Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:28:13.541Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:13.542Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:28:13.542Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T06:28:13.542Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T06:28:13.542Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:13.542Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T06:28:13.543Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:13.543Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4f7c856-ef4c-480f-8127-aa5ce432f547
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-07T06:28:13.545Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.545Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:13.545Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:28:13.545Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.546Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is not matching search criteria
2022-06-07T06:28:13.546Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T06:28:13.546Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T06:28:13.546Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:13.546Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:13.546Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T06:28:13.546Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T06:28:13.547Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T06:28:13.547Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T06:28:13.547Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T06:28:13.547Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T06:28:13.547Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T06:28:13.547Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T06:28:13.547Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a5d3b7a-29cb-48a5-ab5b-6d3c5ab577b7
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-07T06:28:13.549Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.549Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:13.550Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:28:13.550Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.550Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Node template vFW 893aee6b-f196 0 is matching search criteria
2022-06-07T06:28:13.550Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 893aee6b-f196 0] matching following query criteria: sdcType=VF, customizationUUID=cd7a661e-225d-4581-b764-b14f776b68e4
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-07T06:28:13.552Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.552Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:13.552Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c0babb60-ced1-487b-9931-25ad77e185ac: vFW 893aee6b-f196
2022-06-07T06:28:13.552Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.553Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:13.553Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.553Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:13.553Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.553Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:13.554Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.554Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:13.554Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:28:13.554Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-07 06-25-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:28:13.554Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-07 06-25-27 
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-07T06:28:13.733Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 893aee6b-f196 f1c39d11-9ddd-4e45-b789-561b7e007217 1 ASDC deployResourceStructure
2022-06-07T06:28:13.734Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json ASDC sendASDCNotification
2022-06-07T06:28:13.734Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json
2022-06-07T06:28:13.734Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:28:13.735Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:13.737Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:13.737Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583293734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:28:13.837Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:13.839Z||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-07T06:28:13.839Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:13.858Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:13.858Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:14.739Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T06:28:14.740Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml
2022-06-07T06:28:14.740Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:28:14.740Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:14.744Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:14.744Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583294739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:28:14.844Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:14.845Z||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-07T06:28:14.845Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:14.860Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:14.861Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:28:15.746Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T06:28:15.747Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env
2022-06-07T06:28:15.747Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:28:15.747Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:15.750Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:15.750Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583295745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:28:15.850Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:28:15.851Z||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-07T06:28:15.851Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:15.870Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:15.871Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:16.752Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar ASDC sendASDCNotification
2022-06-07T06:28:16.753Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar
2022-06-07T06:28:16.753Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:28:16.754Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:28:16.758Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:28:16.758Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583296751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:28:16.857Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:28:16.858Z||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-07T06:28:16.858Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:16.873Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:16.874Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:28:17.759Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:28:17.776Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:28:17.778Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:28:17.778Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:28:17.779Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:28:47.779Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:28:47.791Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:28:47.794Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:28:47.794Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:28:47.794Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:28:58.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:28:58.017Z||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-07T06:28:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:28:58.048Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:28:58.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:28:58.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583211445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:28:58.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:29:17.795Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:29:17.806Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:29:17.813Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:29:17.813Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:29:17.813Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:29:47.814Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:29:47.830Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:29:47.833Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:29:47.833Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:29:47.833Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:29:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:29:58.020Z||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-07T06:29:58.020Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:29:58.048Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:29:58.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:29:58.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583219241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:29:58.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:29:58.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:29:58.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583220425,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:29:58.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:29:58.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:29:58.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583220676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:29:58.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:29:58.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:29:58.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583221431,
  "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-07T06:29:58.058Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 131ae09f-dafb-42b9-9034-4ded34092029
2022-06-07T06:29:58.058Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 131ae09f-dafb-42b9-9034-4ded34092029 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-07T06:29:58.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:29:58.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "clamp",
  "timestamp": 1654583221681,
  "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-07T06:29:58.073Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 131ae09f-dafb-42b9-9034-4ded34092029
2022-06-07T06:29:58.073Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 131ae09f-dafb-42b9-9034-4ded34092029 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-07T06:29:58.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:29:58.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583231160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:29:58.080Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:29:58.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:29:58.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "aai-ml",
  "timestamp": 1654583232164,
  "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-07T06:29:58.085Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 131ae09f-dafb-42b9-9034-4ded34092029
2022-06-07T06:29:58.085Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 131ae09f-dafb-42b9-9034-4ded34092029 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-07T06:29:58.095Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:29:58.095Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4a304d1-60a1-42ef-a2d5-895acb8f36f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583274208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:29:58.095Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:30:17.833Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:30:17.845Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:30:17.848Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:30:17.848Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:30:17.848Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T06:30:17.849Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T06:30:17.849Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:30:17.849Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:30:17.849Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:30:17.849Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:30:17.849Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:30:17.849Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:30:17.849Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:30:17.854Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T06:30:47.855Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 131ae09f-dafb-42b9-9034-4ded34092029 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-07T06:30:47.862Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 131ae09f-dafb-42b9-9034-4ded34092029 and serviceModelVersionId: c0babb60-ced1-487b-9931-25ad77e185ac
2022-06-07T06:30:47.862Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00941585-62bc-406c-afb1-a7f5db985060
2022-06-07T06:30:47.863Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00941585-62bc-406c-afb1-a7f5db985060/model-vers/model-ver/c0babb60-ced1-487b-9931-25ad77e185ac?depth=0
2022-06-07T06:30:47.870Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T06:30:47.929Z|131ae09f-dafb-42b9-9034-4ded34092029|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/00941585-62bc-406c-afb1-a7f5db985060/model-vers/model-ver/c0babb60-ced1-487b-9931-25ad77e185ac?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-07T06:30:47.931Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00941585-62bc-406c-afb1-a7f5db985060/model-vers/model-ver/c0babb60-ced1-487b-9931-25ad77e185ac?depth=0|INFO|500||Invoke
2022-06-07T06:30:47.955Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00941585-62bc-406c-afb1-a7f5db985060/model-vers/model-ver/c0babb60-ced1-487b-9931-25ad77e185ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T06:30:48.267Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00941585-62bc-406c-afb1-a7f5db985060/model-vers/model-ver/c0babb60-ced1-487b-9931-25ad77e185ac?depth=0|INFO|500||InvokeReturn
2022-06-07T06:30:48.268Z|131ae09f-dafb-42b9-9034-4ded34092029|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/00941585-62bc-406c-afb1-a7f5db985060/model-vers/model-ver/c0babb60-ced1-487b-9931-25ad77e185ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-06:30:47:895-5076], vertex-id=[217304], Content-Length=[0], Date=[Tue, 07 Jun 2022 06:30:47 GMT], Content-Type=[application/json]}
2022-06-07T06:30:48.269Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T06:30:48.269Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T06:30:48.269Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:30:48.276Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:30:48.277Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 131ae09f-dafb-42b9-9034-4ded34092029 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T06:30:48.277Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T06:30:48.277Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:30:48.280Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:30:48.281Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583448277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:30:48.381Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:30:48.382Z||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-07T06:30:48.382Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:30:48.412Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:30:48.413Z||pool-50-thread-1|||||INFO|500||cambria reply ok (32 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-07T06:30:49.294Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:30:49.295Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:30:49.295Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:30:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:30:58.016Z||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-07T06:30:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:30:58.046Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:30:58.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:30:58.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:30:58.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:30:58.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:30:58.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:30:58.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:30:58.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:30:58.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:30:58.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T06:30:58.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:30:58.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:30:58.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:30:58.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583275224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:30:58.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:30:58.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583286978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:30:58.051Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:30:58.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583290305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:30:58.051Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:30:58.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583291406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:30:58.051Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:30:58.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583292496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:30:58.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:30:58.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583293734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/vfw893aee6bf1960_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:30:58.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:30:58.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583294739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:30:58.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:30:58.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583295745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/resourceInstances/vfw893aee6bf1960/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:30:58.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:30:58.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T06:30:58.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583296751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607062527/1.0/artifacts/service-Vfw20220607062527-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:30:58.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:30:59.645Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:30:59.645Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:30:59.646Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:30:59.646Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:31:09.205Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:31:09.206Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:31:09.207Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:31:09.207Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:31:18.764Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:31:18.765Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:31:18.765Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:31:18.766Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:31:28.322Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:31:28.323Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:31:28.324Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:31:28.324Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:31:37.900Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:31:37.901Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:31:37.901Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:31:37.901Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:31:47.447Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:31:58.011Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:31:58.013Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:31:58.013Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:31:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:31:58.016Z||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-07T06:31:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:31:58.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:31:58.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T06:31:58.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "131ae09f-dafb-42b9-9034-4ded34092029",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583448277,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:31:58.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:32:07.575Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:32:58.011Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:32:58.013Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:32:58.013Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:32:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:32:58.016Z||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-07T06:32:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:33:07.577Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:33:07.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:33:58.012Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:33:58.014Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:33:58.015Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:33:58.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:33:58.016Z||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-07T06:33:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:34:07.584Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:34:07.586Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:34:58.011Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:34:58.013Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:34:58.013Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:34:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:34:58.016Z||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-07T06:34:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:35:07.576Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:35:07.579Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:35:58.011Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:35:58.012Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:35:58.013Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:35:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:35:58.016Z||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-07T06:35:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:36:07.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:36:07.572Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:36:58.011Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:36:58.012Z|131ae09f-dafb-42b9-9034-4ded34092029|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-07T06:36:58.012Z|131ae09f-dafb-42b9-9034-4ded34092029|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:36:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:36:58.016Z||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-07T06:36:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:36:58.271Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:36:58.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583769031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.275Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.275Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.275Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "policy-id",
  "timestamp": 1654583767904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "cds",
  "timestamp": 1654583771366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583769031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.276Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.276Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.276Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "policy-id",
  "timestamp": 1654583767904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "cds",
  "timestamp": 1654583771366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "clamp",
  "timestamp": 1654583772436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.277Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "policy-id",
  "timestamp": 1654583773575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:36:58.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "cds",
  "timestamp": 1654583774252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:36:58.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "clamp",
  "timestamp": 1654583772436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.279Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "policy-id",
  "timestamp": 1654583774583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:36:58.279Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.279Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.279Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "cds",
  "timestamp": 1654583775259,
  "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-07T06:36:58.299Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6
2022-06-07T06:36:58.299Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6 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-07T06:36:58.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "policy-id",
  "timestamp": 1654583775592,
  "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-07T06:36:58.313Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6
2022-06-07T06:36:58.313Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6 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-07T06:36:58.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583777541,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583777346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583777541,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583777346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583780365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:36:58.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "clamp",
  "timestamp": 1654583781808,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:36:58.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "aai-ml",
  "timestamp": 1654583781445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583782749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:36:58.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "clamp",
  "timestamp": 1654583782846,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:36:58.325Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "aai-ml",
  "timestamp": 1654583781445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583783762,
  "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-07T06:36:58.331Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6
2022-06-07T06:36:58.331Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6 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-07T06:36:58.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "clamp",
  "timestamp": 1654583783856,
  "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-07T06:36:58.344Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6
2022-06-07T06:36:58.344Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6 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-07T06:36:58.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "aai-ml",
  "timestamp": 1654583784216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:36:58.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "aai-ml",
  "timestamp": 1654583788966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:36:58.354Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "aai-ml",
  "timestamp": 1654583789972,
  "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-07T06:36:58.358Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6
2022-06-07T06:36:58.358Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6 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-07T06:36:58.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583789031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583787904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583789031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583797346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583787904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583789031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583797346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583787904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583789031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583787904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583797346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583801366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583789031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583797346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583787904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583801366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583789031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583802436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583797346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583787904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583801366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583789031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583802436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583787904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583797346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583801366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583789031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583797346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583787904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583802436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583801366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583802436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583797346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.382Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583806019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:36:58.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583806211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:36:58.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583801366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583802436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.384Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583807218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:36:58.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583807233,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:36:58.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583801366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583802436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583807537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "policy-id",
  "timestamp": 1654583808223,
  "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-07T06:36:58.398Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
2022-06-07T06:36:58.398Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6 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-07T06:36:58.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583808239,
  "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-07T06:36:58.411Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
2022-06-07T06:36:58.411Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6 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-07T06:36:58.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583801366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583802436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583807537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583810152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:36:58.420Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583802436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583807537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "cds",
  "timestamp": 1654583811158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-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-07T06:36:58.426Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
2022-06-07T06:36:58.426Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6 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-07T06:36:58.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583807537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583807537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583811445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583807537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583811445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583807537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583811445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583807537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:58.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583811445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583811445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583816387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:36:58.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:36:58.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583811445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:36:58.649Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:36:58.650Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T06:36:58.650Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b7f5fc5-bb25-4ef9-a861-fb10c67293d6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"33db5758-f282-40c0-90ef-b7b246bb595c","serviceDescription":"service","serviceInvariantUUID":"a9aac887-1110-4a53-95a2-b3a799ba2e3c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7959b24c-a28f-4ebf-ad38-2e46cffb6dc0","resourceInvariantUUID":"e1a65ec4-6e50-438e-b02b-574b0d24ce88","resourceCustomizationUUID":"c96b8083-331d-48f1-8540-2f12f53e7e8d","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":"MmM2MDhhYTg5ODAzMTcwY2JiM2ZhMDM5ODNkOTU3NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"938d9101-4ab2-4242-b6f8-edb5faef5bc9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWMwYTdiYzliNGRlNjc1YjRhYzg4Mjg3YWU5MjU5Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2f94391-5ec5-4ae1-b531-d6567f989376","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T06:36:58.653Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:36:58.654Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:36:58.658Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:36:58.658Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:36:58.758Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:36:58.759Z||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-07T06:36:58.759Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:36:58.783Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:36:58.784Z||pool-51-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:36:59.659Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:36:59.660Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:36:59.662Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:36:59.662Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:36:59.763Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:36:59.764Z||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-07T06:36:59.764Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:36:59.781Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:36:59.782Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:00.664Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "33db5758-f282-40c0-90ef-b7b246bb595c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a9aac887-1110-4a53-95a2-b3a799ba2e3c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c96b8083-331d-48f1-8540-2f12f53e7e8d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "7959b24c-a28f-4ebf-ad38-2e46cffb6dc0",
      "resourceInvariantUUID": "e1a65ec4-6e50-438e-b02b-574b0d24ce88",
      "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": "NWMwYTdiYzliNGRlNjc1YjRhYzg4Mjg3YWU5MjU5Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2f94391-5ec5-4ae1-b531-d6567f989376"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T06:37:00.664Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T06:37:00.665Z|131ae09f-dafb-42b9-9034-4ded34092029|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 33db5758-f282-40c0-90ef-b7b246bb595c ASDC
2022-06-07T06:37:00.666Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6b7f5fc5-bb25-4ef9-a861-fb10c67293d6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:33db5758-f282-40c0-90ef-b7b246bb595c
ServiceInvariantUUID:a9aac887-1110-4a53-95a2-b3a799ba2e3c
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:e2f94391-5ec5-4ae1-b531-d6567f989376
ArtifactChecksum:NWMwYTdiYzliNGRlNjc1YjRhYzg4Mjg3YWU5MjU5Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c96b8083-331d-48f1-8540-2f12f53e7e8d
ResourceInvariantUUID:e1a65ec4-6e50-438e-b02b-574b0d24ce88
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:7959b24c-a28f-4ebf-ad38-2e46cffb6dc0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-07T06:37:00.666Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 33db5758-f282-40c0-90ef-b7b246bb595c 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-07T06:37:00.696Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:37:00.697Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:37:00.697Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:37:00.697Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e2f94391-5ec5-4ae1-b531-d6567f989376 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T06:37:00.698Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:37:00.698Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:00.765Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:37:00.768Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e2f94391-5ec5-4ae1-b531-d6567f989376 52508
2022-06-07T06:37:00.769Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:00.769Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:00.769Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:37:00.770Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:00.772Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:00.772Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583820768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:37:00.881Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-06-07T06:37:00.882Z||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-07T06:37:00.882Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:00.898Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:00.899Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:01.775Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:37:01.776Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:37:01.776Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e2f94391-5ec5-4ae1-b531-d6567f989376, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T06:37:01.777Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-07T06:37:01.777Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T06:37:01.777Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T06:37:01.912Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5168780700532115182/Definitions/service-BasicNetwork-template.yml
2022-06-07T06:37:02.407Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T06:37:02.408Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:37:02.408Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T06:37:02.408Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-07T06:37:02.408Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.408Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.409Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.409Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.409Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.409Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.409Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.409Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.409Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:37:02.409Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.410Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.410Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T06:37:02.410Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:37:02.410Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:37:02.410Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.411Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.411Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T06:37:02.411Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:37:02.411Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:37:02.411Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.411Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.411Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.411Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.412Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.412Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.412Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.412Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.412Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.412Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.413Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:33db5758-f282-40c0-90ef-b7b246bb595c
Model Version:NULL
Model InvariantUuid:a9aac887-1110-4a53-95a2-b3a799ba2e3c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:e1a65ec4-6e50-438e-b02b-574b0d24ce88
Model UUID:ad5791a9-e259-402c-b7b4-2f833c39f68b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c96b8083-331d-48f1-8540-2f12f53e7e8d
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-07T06:37:02.421Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 7959b24c-a28f-4ebf-ad38-2e46cffb6dc0
2022-06-07T06:37:02.421Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||No resources found for Service: 33db5758-f282-40c0-90ef-b7b246bb595c
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-07T06:37:02.426Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||
2022-06-07T06:37:02.426Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-07T06:37:02.427Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 33db5758-f282-40c0-90ef-b7b246bb595c
2022-06-07T06:37:02.427Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 33db5758-f282-40c0-90ef-b7b246bb595c
2022-06-07T06:37:02.427Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-07T06:37:02.427Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.431Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74f5eecd, org.onap.sdc.toscaparser.api.parameters.Input@6b6110a8, org.onap.sdc.toscaparser.api.parameters.Input@27a61e5f, org.onap.sdc.toscaparser.api.parameters.Input@6940364d, org.onap.sdc.toscaparser.api.parameters.Input@32183e2e]
2022-06-07T06:37:02.433Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.433Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.433Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.433Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.433Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 33db5758-f282-40c0-90ef-b7b246bb595c: Generic NeutronNet
2022-06-07T06:37:02.434Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.434Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.434Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.434Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.472Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.473Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.473Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.473Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.473Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:02.473Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.474Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.543Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-07T06:37:02.543Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.544Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:02.544Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:37:02.544Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:02.546Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:02.546Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583822543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:37:02.646Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:37:02.648Z||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-07T06:37:02.648Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:02.665Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:02.666Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:03.548Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:37:03.560Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:37:03.563Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:37:03.563Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:37:03.563Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T06:37:03.563Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T06:37:03.563Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:37:03.563Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:37:03.564Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:37:03.564Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:37:03.564Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:37:03.564Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:37:03.564Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:03.569Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T06:37:33.570Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6 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-07T06:37:33.576Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6 and serviceModelVersionId: 33db5758-f282-40c0-90ef-b7b246bb595c
2022-06-07T06:37:33.576Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9aac887-1110-4a53-95a2-b3a799ba2e3c
2022-06-07T06:37:33.577Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9aac887-1110-4a53-95a2-b3a799ba2e3c/model-vers/model-ver/33db5758-f282-40c0-90ef-b7b246bb595c?depth=0
2022-06-07T06:37:33.582Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T06:37:33.634Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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/a9aac887-1110-4a53-95a2-b3a799ba2e3c/model-vers/model-ver/33db5758-f282-40c0-90ef-b7b246bb595c?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-07T06:37:33.636Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9aac887-1110-4a53-95a2-b3a799ba2e3c/model-vers/model-ver/33db5758-f282-40c0-90ef-b7b246bb595c?depth=0|INFO|500||Invoke
2022-06-07T06:37:33.657Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9aac887-1110-4a53-95a2-b3a799ba2e3c/model-vers/model-ver/33db5758-f282-40c0-90ef-b7b246bb595c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T06:37:33.785Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9aac887-1110-4a53-95a2-b3a799ba2e3c/model-vers/model-ver/33db5758-f282-40c0-90ef-b7b246bb595c?depth=0|INFO|500||InvokeReturn
2022-06-07T06:37:33.785Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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/a9aac887-1110-4a53-95a2-b3a799ba2e3c/model-vers/model-ver/33db5758-f282-40c0-90ef-b7b246bb595c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-06:37:33:601-39907], vertex-id=[176200], Content-Length=[0], Date=[Tue, 07 Jun 2022 06:37:33 GMT], Content-Type=[application/json]}
2022-06-07T06:37:33.786Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T06:37:33.786Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T06:37:33.786Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:33.792Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|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-07T06:37:33.792Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b7f5fc5-bb25-4ef9-a861-fb10c67293d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T06:37:33.793Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T06:37:33.793Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:33.795Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:33.795Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583853792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:37:33.895Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:37:33.896Z||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-07T06:37:33.896Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:33.915Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:33.915Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 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-07T06:37:34.808Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T06:37:34.809Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6","serviceName":"Demo_pNF_7Dq63H7shNMr9YQWR7My","serviceVersion":"1.0","serviceUUID":"bb61497c-7ae5-4440-8f43-3096452b78eb","serviceDescription":"catalog service description","serviceInvariantUUID":"69cbd794-7b7c-4ad2-b94b-67bcccaa7f89","resources":[{"resourceInstanceName":"pNF 4c61e20c-ae86 0","resourceName":"pNF 4c61e20c-ae86","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2ecb57d0-2464-4eb0-aed9-4c6db422f92d","resourceInvariantUUID":"95a914d1-0017-4ca8-8018-f9ba8afa0a52","resourceCustomizationUUID":"4da2074f-3995-414c-81b9-1b75c2bdbf6c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml","artifactChecksum":"MWNhMTkzOGZhMzRkYzM3MTYyMzY1MGZhMzEzM2M5Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e563354-8909-43fa-a3f8-65f75be159cb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb19f9ea-0ef5-46c5-ab8d-381ddd7818ed","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"809b2fe3-e7df-4d8c-907b-35909881dd96","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml","artifactChecksum":"MTkwZDBhNjdiNzc4NzNkNDQxNzkzMzIzZGQxYWEwNWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9605b5ac-4a53-475e-aa5e-c0b6500c287b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"721740f1-b4b4-49ee-9708-2fbb7adeeab3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1a315da-1d7d-4119-a4a5-dd09de2b847f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml","artifactChecksum":"ODkzMjQ5NWJmNTVmZmFjNzVmNmUzYmFiNzkxNDUyMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b67b6e5-727b-4d7c-846b-09cde035aeca","artifactVersion":"1"},{"artifactName":"service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar","artifactChecksum":"ZmI1NjA1ZTU5OGZhMmU2ZjkyYzdmNWViNDE3ZTZhNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13805ae1-21d7-42c6-84b7-e41701366604","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T06:37:34.809Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:37:34.809Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:34.811Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:34.811Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:37:34.912Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T06:37:34.913Z||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-07T06:37:34.913Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:34.927Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:34.927Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:35.812Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:37:35.812Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:35.814Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:35.815Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:37:35.915Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:37:35.916Z||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-07T06:37:35.916Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:35.938Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:35.938Z||pool-57-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:36.817Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:37:36.820Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:36.830Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:36.830Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:37:36.930Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:37:36.931Z||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-07T06:37:36.931Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:36.965Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:36.965Z||pool-58-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:37.831Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:37:37.831Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:37.833Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:37.834Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:37:37.934Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:37:37.935Z||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-07T06:37:37.935Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:37.952Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:37.952Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:38.835Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:37:38.836Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:38.839Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:38.839Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:37:38.939Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:37:38.940Z||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-07T06:37:38.940Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:38.958Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:38.958Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:37:39.840Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:37:39.841Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:39.843Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:39.844Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:37:39.944Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:37:39.946Z||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-07T06:37:39.946Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:39.973Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:39.974Z||pool-61-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:40.844Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:37:40.846Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:40.848Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:40.848Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:37:40.948Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:37:40.949Z||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-07T06:37:40.949Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:40.981Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:40.981Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:41.849Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:37:41.850Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:41.852Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:41.852Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:37:41.952Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:37:41.953Z||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-07T06:37:41.954Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:41.971Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:41.971Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:42.854Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "serviceName": "Demo_pNF_7Dq63H7shNMr9YQWR7My",
  "serviceVersion": "1.0",
  "serviceUUID": "bb61497c-7ae5-4440-8f43-3096452b78eb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "69cbd794-7b7c-4ad2-b94b-67bcccaa7f89",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c61e20c-ae86 0",
      "resourceCustomizationUUID": "4da2074f-3995-414c-81b9-1b75c2bdbf6c",
      "resourceName": "pNF 4c61e20c-ae86",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2ecb57d0-2464-4eb0-aed9-4c6db422f92d",
      "resourceInvariantUUID": "95a914d1-0017-4ca8-8018-f9ba8afa0a52",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
      "artifactChecksum": "ZmI1NjA1ZTU5OGZhMmU2ZjkyYzdmNWViNDE3ZTZhNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13805ae1-21d7-42c6-84b7-e41701366604"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T06:37:42.854Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T06:37:42.854Z|6b7f5fc5-bb25-4ef9-a861-fb10c67293d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bb61497c-7ae5-4440-8f43-3096452b78eb ASDC
2022-06-07T06:37:42.855Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
ServiceName:Demo_pNF_7Dq63H7shNMr9YQWR7My
ServiceVersion:1.0
ServiceUUID:bb61497c-7ae5-4440-8f43-3096452b78eb
ServiceInvariantUUID:69cbd794-7b7c-4ad2-b94b-67bcccaa7f89
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
ArtifactUUID:13805ae1-21d7-42c6-84b7-e41701366604
ArtifactChecksum:ZmI1NjA1ZTU5OGZhMmU2ZjkyYzdmNWViNDE3ZTZhNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c61e20c-ae86 0
ResourceCustomizationUUID:4da2074f-3995-414c-81b9-1b75c2bdbf6c
ResourceInvariantUUID:95a914d1-0017-4ca8-8018-f9ba8afa0a52
ResourceName:pNF 4c61e20c-ae86
ResourceType:PNF
ResourceUUID:2ecb57d0-2464-4eb0-aed9-4c6db422f92d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-07T06:37:42.856Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bb61497c-7ae5-4440-8f43-3096452b78eb 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-07T06:37:42.881Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:37:42.882Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:37:42.882Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:37:42.882Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 13805ae1-21d7-42c6-84b7-e41701366604 from URL: /sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:42.882Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:37:42.883Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:42.948Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:37:42.952Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar 13805ae1-21d7-42c6-84b7-e41701366604 82651
2022-06-07T06:37:42.952Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar ASDC sendASDCNotification
2022-06-07T06:37:42.952Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:42.952Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:37:42.952Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:42.954Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:42.954Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583862952,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:37:43.055Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:37:43.056Z||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-07T06:37:43.057Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:43.078Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:43.082Z||pool-64-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:43.955Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:37:43.956Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:37:43.956Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 13805ae1-21d7-42c6-84b7-e41701366604, URL: /sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar to file: /app/ASDC/1/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:43.957Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:43.957Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:43.957Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.087Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12589055426431288476/Definitions/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml
2022-06-07T06:37:44.763Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T06:37:44.764Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:37:44.764Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.764Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T06:37:44.764Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.764Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.764Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.764Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.764Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c61e20c-ae86 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-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.765Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.765Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.765Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:37:44.765Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:44.765Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_7Dq63H7shNMr9YQWR7My is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:37:44.765Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Node template pNF 4c61e20c-ae86 0 is matching search criteria
2022-06-07T06:37:44.765Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:37:44.766Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 4c61e20c-ae86 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:37:44.766Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:44.766Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_7Dq63H7shNMr9YQWR7My is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:37:44.766Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Node template pNF 4c61e20c-ae86 0 is matching search criteria
2022-06-07T06:37:44.766Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:37:44.766Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 4c61e20c-ae86 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:37:44.767Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:44.767Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_7Dq63H7shNMr9YQWR7My is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:37:44.767Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:44.767Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_7Dq63H7shNMr9YQWR7My is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:37:44.767Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:44.767Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_7Dq63H7shNMr9YQWR7My is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:37:44.767Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:44.767Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_7Dq63H7shNMr9YQWR7My is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:37:44.768Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:44.768Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_7Dq63H7shNMr9YQWR7My is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:37:44.768Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_7Dq63H7shNMr9YQWR7My
Description:catalog service description
Model UUID:bb61497c-7ae5-4440-8f43-3096452b78eb
Model Version:NULL
Model InvariantUuid:69cbd794-7b7c-4ad2-b94b-67bcccaa7f89
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-07T06:37:44.773Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2ecb57d0-2464-4eb0-aed9-4c6db422f92d
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-07T06:37:44.776Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||pNF 4c61e20c-ae86 0
2022-06-07T06:37:44.776Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2ecb57d0-2464-4eb0-aed9-4c6db422f92d
2022-06-07T06:37:44.776Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bb61497c-7ae5-4440-8f43-3096452b78eb
2022-06-07T06:37:44.776Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bb61497c-7ae5-4440-8f43-3096452b78eb
2022-06-07T06:37:44.776Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4c61e20c-ae86 0 2ecb57d0-2464-4eb0-aed9-4c6db422f92d 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-07T06:37:44.779Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f9f7196, org.onap.sdc.toscaparser.api.parameters.Input@776b5a11, org.onap.sdc.toscaparser.api.parameters.Input@2a296e47, org.onap.sdc.toscaparser.api.parameters.Input@27e4cb75, org.onap.sdc.toscaparser.api.parameters.Input@13430dde]
2022-06-07T06:37:44.780Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:44.780Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_7Dq63H7shNMr9YQWR7My is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:37:44.780Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bb61497c-7ae5-4440-8f43-3096452b78eb: pNF 4c61e20c-ae86
2022-06-07T06:37:44.780Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||Processing PNF resource: 2ecb57d0-2464-4eb0-aed9-4c6db422f92d
2022-06-07T06:37:44.780Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:37:44.780Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_7Dq63H7shNMr9YQWR7My is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:37:44.781Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||Resource customization UUID: 4da2074f-3995-414c-81b9-1b75c2bdbf6c is the same as notified resource customizationUUID: 4da2074f-3995-414c-81b9-1b75c2bdbf6c
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-07T06:37:44.821Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4c61e20c-ae86 2ecb57d0-2464-4eb0-aed9-4c6db422f92d 0 ASDC deployResourceStructure
2022-06-07T06:37:44.821Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar ASDC sendASDCNotification
2022-06-07T06:37:44.821Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar
2022-06-07T06:37:44.821Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:37:44.822Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:37:44.823Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:37:44.824Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:37:44.924Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:37:44.925Z||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-07T06:37:44.925Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:44.940Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:44.941Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:37:45.824Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:37:45.835Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:37:45.837Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:37:45.837Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:37:45.837Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:37:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:37:58.016Z||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-07T06:37:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:37:58.050Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:37:58.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:37:58.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583811445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:37:58.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:15.837Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:38:15.849Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:38:15.851Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:38:15.851Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:38:15.851Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:38:45.852Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:38:45.877Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:38:45.880Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:38:45.881Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:38:45.881Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:38:58.016Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:38:58.018Z||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-07T06:38:58.018Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:38:58.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:38:58.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583819029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.593Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583811445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583820036,
  "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-07T06:38:58.601Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
2022-06-07T06:38:58.601Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6 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-07T06:38:58.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583820222,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583820768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583822177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583822543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583823826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "clamp",
  "timestamp": 1654583824834,
  "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-07T06:38:58.620Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
2022-06-07T06:38:58.620Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6 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-07T06:38:58.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583826063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "aai-ml",
  "timestamp": 1654583827068,
  "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-07T06:38:58.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
2022-06-07T06:38:58.633Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6 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-07T06:38:58.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583829031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.641Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583827904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583829031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583827904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "cds",
  "timestamp": 1654583831366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583829031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583827904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "cds",
  "timestamp": 1654583831366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583832436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583829031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583827904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "cds",
  "timestamp": 1654583831366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583832436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583829031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583827904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "cds",
  "timestamp": 1654583831366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583832436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583829031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583827904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "cds",
  "timestamp": 1654583831366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583832436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654583829031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583827904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "cds",
  "timestamp": 1654583831366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583832436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583837391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "cds",
  "timestamp": 1654583831366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583832436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583837538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583838398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "cds",
  "timestamp": 1654583839099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583837346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583832436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583837538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "policy-id",
  "timestamp": 1654583839402,
  "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-07T06:38:58.667Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d56ca3fa-cb3b-4785-a74a-4fcbf15dba10
2022-06-07T06:38:58.667Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d56ca3fa-cb3b-4785-a74a-4fcbf15dba10 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-07T06:38:58.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "cds",
  "timestamp": 1654583840107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T06:38:58.681Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d56ca3fa-cb3b-4785-a74a-4fcbf15dba10
2022-06-07T06:38:58.681Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d56ca3fa-cb3b-4785-a74a-4fcbf15dba10 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-07T06:38:58.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583837346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583837538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583837346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583837538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583837346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583837538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583841445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583837346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583837538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583841445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583837346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583837538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583841445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583837346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583841445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583845377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583845178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583841445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583841445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583846366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583841445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583847458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583848923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583849198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583848482,
  "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-07T06:38:58.706Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d56ca3fa-cb3b-4785-a74a-4fcbf15dba10
2022-06-07T06:38:58.706Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d56ca3fa-cb3b-4785-a74a-4fcbf15dba10 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-07T06:38:58.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583849816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654583849936,
  "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-07T06:38:58.719Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d56ca3fa-cb3b-4785-a74a-4fcbf15dba10
2022-06-07T06:38:58.719Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d56ca3fa-cb3b-4785-a74a-4fcbf15dba10 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-07T06:38:58.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654583849485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583851829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "clamp",
  "timestamp": 1654583852835,
  "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-07T06:38:58.735Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d56ca3fa-cb3b-4785-a74a-4fcbf15dba10
2022-06-07T06:38:58.735Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d56ca3fa-cb3b-4785-a74a-4fcbf15dba10 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-07T06:38:58.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b7f5fc5-bb25-4ef9-a861-fb10c67293d6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583853792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:38:58.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583857974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "aai-ml",
  "timestamp": 1654583858978,
  "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-07T06:38:58.754Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d56ca3fa-cb3b-4785-a74a-4fcbf15dba10
2022-06-07T06:38:58.755Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d56ca3fa-cb3b-4785-a74a-4fcbf15dba10 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-07T06:38:58.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.763Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/resourceInstances/pnf4c61e20cae860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.763Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:38:58.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583818011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:38:58.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:38:58.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583862952,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:38:58.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:38:58.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:38:58.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583864821,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf7dq63h7shnmr9yqwr7my/1.0/artifacts/service-DemoPnf7dq63h7shnmr9yqwr7my-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:38:58.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:39:15.881Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:39:15.892Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:39:15.896Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:39:15.896Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:39:15.896Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T06:39:15.896Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T06:39:15.896Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:39:15.896Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:39:15.896Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:39:15.897Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:39:15.897Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:39:15.897Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:39:15.897Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:39:15.897Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-07T06:39:15.905Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T06:39:45.906Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6 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-07T06:39:45.912Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6 and serviceModelVersionId: bb61497c-7ae5-4440-8f43-3096452b78eb
2022-06-07T06:39:45.912Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69cbd794-7b7c-4ad2-b94b-67bcccaa7f89
2022-06-07T06:39:45.914Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69cbd794-7b7c-4ad2-b94b-67bcccaa7f89/model-vers/model-ver/bb61497c-7ae5-4440-8f43-3096452b78eb?depth=0
2022-06-07T06:39:45.921Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T06:39:45.979Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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/69cbd794-7b7c-4ad2-b94b-67bcccaa7f89/model-vers/model-ver/bb61497c-7ae5-4440-8f43-3096452b78eb?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-07T06:39:45.981Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69cbd794-7b7c-4ad2-b94b-67bcccaa7f89/model-vers/model-ver/bb61497c-7ae5-4440-8f43-3096452b78eb?depth=0|INFO|500||Invoke
2022-06-07T06:39:46.006Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69cbd794-7b7c-4ad2-b94b-67bcccaa7f89/model-vers/model-ver/bb61497c-7ae5-4440-8f43-3096452b78eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T06:39:46.257Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/69cbd794-7b7c-4ad2-b94b-67bcccaa7f89/model-vers/model-ver/bb61497c-7ae5-4440-8f43-3096452b78eb?depth=0|INFO|500||InvokeReturn
2022-06-07T06:39:46.258Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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/69cbd794-7b7c-4ad2-b94b-67bcccaa7f89/model-vers/model-ver/bb61497c-7ae5-4440-8f43-3096452b78eb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-06:39:45:952-23230], vertex-id=[163944], Content-Length=[0], Date=[Tue, 07 Jun 2022 06:39:45 GMT], Content-Type=[application/json]}
2022-06-07T06:39:46.258Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T06:39:46.259Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T06:39:46.259Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-07T06:39:46.269Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-07T06:39:46.269Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T06:39:46.269Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T06:39:46.270Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:39:46.272Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:39:46.272Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583986269,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:39:46.373Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:39:46.374Z||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-07T06:39:46.374Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:46.393Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:46.394Z||pool-66-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T06:39:47.292Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:39:47.293Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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-07T06:39:47.293Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:51.738Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:51.739Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T06:39:51.739Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d56ca3fa-cb3b-4785-a74a-4fcbf15dba10","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f43a8533-1c5b-4c7f-a047-4cf50725d1bd","serviceDescription":"service","serviceInvariantUUID":"8bf4b70e-f527-45dd-9353-024e1275f338","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c847c85a-1ab1-4dfb-ba17-db7312d2fc09","resourceInvariantUUID":"4be943af-ae0d-4315-8e7c-9c8e3bcf483e","resourceCustomizationUUID":"d051e86c-b05f-44ab-bab5-d854aa14b951","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":"NjA2ZDNiYTU2YmVlMzZmNGY5NjAzMDY5MmNjZmEwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b84bb41b-7706-4408-aeaa-0e104f42b84b","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":"MDYzY2Q5MzI3N2U3MTk3ZGQ0NjEwYTA5MWExMmZiOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5df7aee3-060c-4579-a036-3d9959acf8b5","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":"a18c36d2-3971-4116-b86f-aa46fea89736","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":"23cb2185-10ff-4c58-980a-a99695d7cc66","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":"c96625d7-9dc5-4969-b3be-f32ed610b79c","artifactVersion":"2","generatedFromUUID":"a18c36d2-3971-4116-b86f-aa46fea89736"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODkwNjlhMjFmZDc4ZTg4ODljNWIyNGUwYTRjNDUyMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85ffe167-617c-4013-a9b1-5e1391736c1a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDgyMDg2Y2FhYjJkYWIwNTY1NTg0NmNhNGM0NTQ1ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdc09411-cf19-48a9-b07e-540287c5b46f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T06:39:51.743Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:39:51.743Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:39:51.746Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:39:51.746Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:39:51.847Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:39:51.848Z||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-07T06:39:51.848Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:51.884Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:51.884Z||pool-67-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:39:52.747Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:39:52.748Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:39:52.750Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:39:52.750Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:39:52.851Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:39:52.852Z||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-07T06:39:52.852Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:52.874Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:52.874Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:39:53.751Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:39:53.752Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:39:53.755Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:39:53.755Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:39:53.855Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:39:53.856Z||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-07T06:39:53.856Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:53.882Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:53.882Z||pool-69-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:39:54.756Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:39:54.757Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:39:54.759Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:39:54.759Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:39:54.859Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:39:54.860Z||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-07T06:39:54.861Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:54.877Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:54.878Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:39:55.760Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:39:55.760Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:39:55.762Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:39:55.762Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T06:39:55.863Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:39:55.864Z||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-07T06:39:55.864Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:55.886Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:55.886Z||pool-71-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:39:56.763Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:39:56.763Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:39:56.765Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:39:56.766Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:39:56.866Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:39:56.867Z||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-07T06:39:56.867Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:56.885Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:56.885Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:39:57.766Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:39:57.768Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:39:57.770Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:39:57.771Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:39:57.871Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:39:57.872Z||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-07T06:39:57.872Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:57.890Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:57.891Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:39:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:39:58.016Z||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-07T06:39:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:58.645Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:58.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:39:58.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583986269,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:39:58.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:39:58.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:39:58.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:39:58.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:39:58.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:39:58.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:39:58.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:39:58.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:39:58.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:39:58.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:39:58.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:39:58.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:39:58.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:39:58.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:39:58.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T06:39:58.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:39:58.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:39:58.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:39:58.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:39:58.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:39:58.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583987292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:39:58.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:39:58.772Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f43a8533-1c5b-4c7f-a047-4cf50725d1bd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8bf4b70e-f527-45dd-9353-024e1275f338",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d051e86c-b05f-44ab-bab5-d854aa14b951",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c847c85a-1ab1-4dfb-ba17-db7312d2fc09",
      "resourceInvariantUUID": "4be943af-ae0d-4315-8e7c-9c8e3bcf483e",
      "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": "MDYzY2Q5MzI3N2U3MTk3ZGQ0NjEwYTA5MWExMmZiOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5df7aee3-060c-4579-a036-3d9959acf8b5",
          "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": "a18c36d2-3971-4116-b86f-aa46fea89736",
          "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": "c96625d7-9dc5-4969-b3be-f32ed610b79c",
            "generatedFromUUID": "a18c36d2-3971-4116-b86f-aa46fea89736"
          },
          "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": "c96625d7-9dc5-4969-b3be-f32ed610b79c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDgyMDg2Y2FhYjJkYWIwNTY1NTg0NmNhNGM0NTQ1ZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdc09411-cf19-48a9-b07e-540287c5b46f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T06:39:58.772Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T06:39:58.773Z|831b0f2f-dfcd-4351-ad0a-0ba041b9b3a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f43a8533-1c5b-4c7f-a047-4cf50725d1bd ASDC
2022-06-07T06:39:58.773Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d56ca3fa-cb3b-4785-a74a-4fcbf15dba10
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f43a8533-1c5b-4c7f-a047-4cf50725d1bd
ServiceInvariantUUID:8bf4b70e-f527-45dd-9353-024e1275f338
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:fdc09411-cf19-48a9-b07e-540287c5b46f
ArtifactChecksum:MDgyMDg2Y2FhYjJkYWIwNTY1NTg0NmNhNGM0NTQ1ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d051e86c-b05f-44ab-bab5-d854aa14b951
ResourceInvariantUUID:4be943af-ae0d-4315-8e7c-9c8e3bcf483e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c847c85a-1ab1-4dfb-ba17-db7312d2fc09
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:5df7aee3-060c-4579-a036-3d9959acf8b5
ArtifactChecksum:MDYzY2Q5MzI3N2U3MTk3ZGQ0NjEwYTA5MWExMmZiOGE=
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:a18c36d2-3971-4116-b86f-aa46fea89736
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:c96625d7-9dc5-4969-b3be-f32ed610b79c
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:c96625d7-9dc5-4969-b3be-f32ed610b79c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T06:39:58.774Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f43a8533-1c5b-4c7f-a047-4cf50725d1bd 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-07T06:39:58.811Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:39:58.812Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:39:58.812Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:39:58.812Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fdc09411-cf19-48a9-b07e-540287c5b46f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T06:39:58.812Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:39:58.812Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:39:59.075Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:39:59.079Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fdc09411-cf19-48a9-b07e-540287c5b46f 71077
2022-06-07T06:39:59.079Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:39:59.079Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:39:59.080Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:39:59.080Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:39:59.082Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:39:59.082Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583999079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:39:59.183Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:39:59.184Z||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-07T06:39:59.184Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:39:59.200Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:39:59.201Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:40:00.083Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:40:00.084Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-07T06:40:00.085Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fdc09411-cf19-48a9-b07e-540287c5b46f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T06:40:00.085Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-07T06:40:00.086Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T06:40:00.086Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T06:40:00.289Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17022237958697376921/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-07T06:40:01.429Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T06:40:01.430Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:40:01.430Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T06:40:01.430Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T06:40:01.430Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.430Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.431Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.431Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.431Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.431Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.431Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.431Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.431Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.431Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-07T06:40:01.431Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.432Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.432Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T06:40:01.432Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:40:01.432Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:40:01.432Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.432Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.433Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T06:40:01.433Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-07T06:40:01.433Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:40:01.433Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.433Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.433Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.433Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T06:40:01.434Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-07T06:40:01.434Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-07T06:40:01.434Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-07T06:40:01.434Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T06:40:01.434Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T06:40:01.434Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.435Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.435Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.435Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T06:40:01.435Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:40:01.435Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.435Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T06:40:01.436Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:40:01.436Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.436Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T06:40:01.436Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:40:01.436Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.436Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T06:40:01.436Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T06:40:01.436Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T06:40:01.437Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=edc7c77e-3076-44d3-aed6-7afa7cc71ecf
2022-06-07T06:40:01.437Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.437Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.437Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.437Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.437Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.437Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.438Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:01.438Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.438Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f43a8533-1c5b-4c7f-a047-4cf50725d1bd
Model Version:NULL
Model InvariantUuid:8bf4b70e-f527-45dd-9353-024e1275f338
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:1a97ce9c-f69f-40f2-ac32-cb1679c4b862
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4be943af-ae0d-4315-8e7c-9c8e3bcf483e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d051e86c-b05f-44ab-bab5-d854aa14b951
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c7772cbd-5237-4a18-802e-bf3bb67631dd
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a9e4dda4-c11a-48df-b0be-dcf524210932
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:edc7c77e-3076-44d3-aed6-7afa7cc71ecf
ModelInvariantUuid:58a165b8-83f2-45c8-abd5-7eb9edd27f5a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e8ee5bb4-07f0-424d-afec-172ab17fce1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1bc39b06-b989-4592-95e5-5ee0f52ad824
ModelInvariantUuid:60ea93a0-f7cf-4d34-bbd4-d8706fe7f474
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:57e30739-f1c7-464f-bf3a-24bfbbf6a49d
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-07T06:40:01.445Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c847c85a-1ab1-4dfb-ba17-db7312d2fc09
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-07T06:40:01.449Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-06-07T06:40:01.449Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c847c85a-1ab1-4dfb-ba17-db7312d2fc09
2022-06-07T06:40:01.449Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5df7aee3-060c-4579-a036-3d9959acf8b5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-07T06:40:01.449Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:40:01.450Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.511Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:40:01.511Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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 5df7aee3-060c-4579-a036-3d9959acf8b5 787
2022-06-07T06:40:01.512Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.512Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:01.512Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:40:01.512Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:40:01.515Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:40:01.515Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584001512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:40:01.615Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:40:01.616Z||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-07T06:40:01.616Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:01.631Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:01.632Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:40:02.516Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c7772cbd-5237-4a18-802e-bf3bb67631dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9e4dda4-c11a-48df-b0be-dcf524210932",
    "vfModuleModelCustomizationUUID": "1be3faf7-7a2b-404c-a778-94d244855639",
    "isBase": true,
    "artifacts": [
      "a18c36d2-3971-4116-b86f-aa46fea89736",
      "c96625d7-9dc5-4969-b3be-f32ed610b79c"
    ],
    "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-07T06:40:02.520Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9e4dda4-c11a-48df-b0be-dcf524210932
VfModuleModelInvariantUUID:c7772cbd-5237-4a18-802e-bf3bb67631dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
a18c36d2-3971-4116-b86f-aa46fea89736
,
c96625d7-9dc5-4969-b3be-f32ed610b79c

}
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-07T06:40:02.523Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c7772cbd-5237-4a18-802e-bf3bb67631dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9e4dda4-c11a-48df-b0be-dcf524210932",
    "vfModuleModelCustomizationUUID": "1be3faf7-7a2b-404c-a778-94d244855639",
    "isBase": true,
    "artifacts": [
      "a18c36d2-3971-4116-b86f-aa46fea89736",
      "c96625d7-9dc5-4969-b3be-f32ed610b79c"
    ],
    "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-07T06:40:02.523Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9e4dda4-c11a-48df-b0be-dcf524210932
VfModuleModelInvariantUUID:c7772cbd-5237-4a18-802e-bf3bb67631dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
a18c36d2-3971-4116-b86f-aa46fea89736
,
c96625d7-9dc5-4969-b3be-f32ed610b79c

}
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-07T06:40:02.524Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a18c36d2-3971-4116-b86f-aa46fea89736 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-07T06:40:02.524Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:40:02.524Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:02.586Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:40:02.587Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a18c36d2-3971-4116-b86f-aa46fea89736 5033
2022-06-07T06:40:02.588Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:02.588Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:02.588Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:40:02.589Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:40:02.591Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:40:02.591Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584002587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:40:02.691Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:40:02.692Z||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-07T06:40:02.693Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:02.710Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:02.711Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:40:03.592Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c96625d7-9dc5-4969-b3be-f32ed610b79c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-07T06:40:03.592Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-07T06:40:03.593Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:03.658Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-07T06:40:03.659Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c96625d7-9dc5-4969-b3be-f32ed610b79c 903
2022-06-07T06:40:03.659Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:03.659Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:03.659Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:40:03.659Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:40:03.662Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:40:03.662Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584003659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:40:03.762Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:40:03.763Z||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-07T06:40:03.763Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:03.780Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:03.780Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:40:04.662Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f43a8533-1c5b-4c7f-a047-4cf50725d1bd
2022-06-07T06:40:04.663Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c847c85a-1ab1-4dfb-ba17-db7312d2fc09 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-07T06:40:04.677Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bafecac, org.onap.sdc.toscaparser.api.parameters.Input@375ada00, org.onap.sdc.toscaparser.api.parameters.Input@7ad1f96e, org.onap.sdc.toscaparser.api.parameters.Input@49e9d3a, org.onap.sdc.toscaparser.api.parameters.Input@2070db89]
2022-06-07T06:40:04.679Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.680Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.680Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-07T06:40:04.680Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d051e86c-b05f-44ab-bab5-d854aa14b951
2022-06-07T06:40:04.680Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d051e86c-b05f-44ab-bab5-d854aa14b951 matches Tosca VF Customization UUID: d051e86c-b05f-44ab-bab5-d854aa14b951
2022-06-07T06:40:04.680Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d051e86c-b05f-44ab-bab5-d854aa14b951  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-07T06:40:04.683Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.683Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.684Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d051e86c-b05f-44ab-bab5-d854aa14b951: {\"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-07T06:40:04.684Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44f33870
2022-06-07T06:40:04.685Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.685Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.685Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1be3faf7-7a2b-404c-a778-94d244855639
2022-06-07T06:40:04.685Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1be3faf7-7a2b-404c-a778-94d244855639
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-07T06:40:04.688Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.689Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T06:40:04.689Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:40:04.690Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.690Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T06:40:04.691Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:40:04.691Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.691Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T06:40:04.692Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T06:40:04.692Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T06:40:04.692Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=edc7c77e-3076-44d3-aed6-7afa7cc71ecf
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-07T06:40:04.696Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.696Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T06:40:04.696Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:40:04.696Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.697Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T06:40:04.697Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d051e86c-b05f-44ab-bab5-d854aa14b951
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-07T06:40:04.700Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.700Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.700Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f43a8533-1c5b-4c7f-a047-4cf50725d1bd: basic_vm
2022-06-07T06:40:04.701Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.701Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.702Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.702Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.702Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.703Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.703Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.703Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.704Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:40:04.704Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.704Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.793Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c847c85a-1ab1-4dfb-ba17-db7312d2fc09 1 ASDC deployResourceStructure
2022-06-07T06:40:04.794Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.794Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:04.794Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:40:04.795Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:40:04.796Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:40:04.797Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584004794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:40:04.897Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:40:04.898Z||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-07T06:40:04.898Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:04.920Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:04.920Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:40:05.797Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:05.798Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:05.798Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:40:05.798Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:40:05.800Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:40:05.801Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584005797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:40:05.901Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:40:05.902Z||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-07T06:40:05.902Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:05.927Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:05.927Z||pool-79-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:40:06.802Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:06.802Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:06.802Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:40:06.803Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:40:06.823Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:40:06.823Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584006802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:40:06.905Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-06-07T06:40:06.906Z||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-07T06:40:06.906Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:06.930Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:06.931Z||pool-80-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:40:07.824Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:07.825Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:07.825Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:40:07.825Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:40:07.827Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:40:07.827Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584007824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:40:07.928Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:40:07.929Z||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-07T06:40:07.929Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:07.963Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:07.963Z||pool-81-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:40:08.828Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d56ca3fa-cb3b-4785-a74a-4fcbf15dba10
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:40:08.840Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d56ca3fa-cb3b-4785-a74a-4fcbf15dba10
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:40:08.842Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:40:08.842Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:40:08.842Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T06:40:08.843Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T06:40:08.843Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:40:08.843Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:40:08.843Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:40:08.843Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:40:08.844Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:40:08.844Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:40:08.844Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:08.849Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T06:40:38.849Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d56ca3fa-cb3b-4785-a74a-4fcbf15dba10 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-07T06:40:38.856Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d56ca3fa-cb3b-4785-a74a-4fcbf15dba10 and serviceModelVersionId: f43a8533-1c5b-4c7f-a047-4cf50725d1bd
2022-06-07T06:40:38.856Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bf4b70e-f527-45dd-9353-024e1275f338
2022-06-07T06:40:38.857Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bf4b70e-f527-45dd-9353-024e1275f338/model-vers/model-ver/f43a8533-1c5b-4c7f-a047-4cf50725d1bd?depth=0
2022-06-07T06:40:38.863Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T06:40:38.912Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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/8bf4b70e-f527-45dd-9353-024e1275f338/model-vers/model-ver/f43a8533-1c5b-4c7f-a047-4cf50725d1bd?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-07T06:40:38.914Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf4b70e-f527-45dd-9353-024e1275f338/model-vers/model-ver/f43a8533-1c5b-4c7f-a047-4cf50725d1bd?depth=0|INFO|500||Invoke
2022-06-07T06:40:38.931Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf4b70e-f527-45dd-9353-024e1275f338/model-vers/model-ver/f43a8533-1c5b-4c7f-a047-4cf50725d1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T06:40:39.133Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf4b70e-f527-45dd-9353-024e1275f338/model-vers/model-ver/f43a8533-1c5b-4c7f-a047-4cf50725d1bd?depth=0|INFO|500||InvokeReturn
2022-06-07T06:40:39.134Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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/8bf4b70e-f527-45dd-9353-024e1275f338/model-vers/model-ver/f43a8533-1c5b-4c7f-a047-4cf50725d1bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-06:40:38:878-19155], vertex-id=[196664], Content-Length=[0], Date=[Tue, 07 Jun 2022 06:40:38 GMT], Content-Type=[application/json]}
2022-06-07T06:40:39.134Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T06:40:39.135Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T06:40:39.135Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:39.140Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:39.141Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d56ca3fa-cb3b-4785-a74a-4fcbf15dba10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T06:40:39.141Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T06:40:39.141Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:40:39.143Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:40:39.143Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584039141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:40:39.243Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:40:39.244Z||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-07T06:40:39.244Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:39.264Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:39.265Z||pool-82-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T06:40:40.160Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:40:40.161Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:40.161Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:49.713Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:49.714Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:40:49.715Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:49.715Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:40:58.016Z||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-07T06:40:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:40:58.653Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:58.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:40:58.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654583999079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:40:58.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:40:58.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:40:58.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584001512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584002587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584003659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584004794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:40:58.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584005797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584006802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584007824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d56ca3fa-cb3b-4785-a74a-4fcbf15dba10",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584039141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:40:58.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:40:59.275Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:40:59.276Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:40:59.276Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:40:59.276Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:41:08.885Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:41:58.011Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:41:58.012Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:41:58.013Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:41:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:41:58.016Z||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-07T06:41:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:42:07.578Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:42:07.579Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:42:58.011Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:42:58.012Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:42:58.012Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:42:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:42:58.016Z||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-07T06:42:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:43:07.593Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:43:07.602Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:43:58.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:43:58.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T06:43:58.013Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:43:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:43:58.016Z||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-07T06:43:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:44:07.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:44:07.595Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:44:58.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:44:58.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T06:44:58.015Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:44:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:44:58.015Z||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-07T06:44:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:45:07.578Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:45:07.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:45:58.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:45:58.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T06:45:58.012Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:45:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:45:58.016Z||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-07T06:45:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:46:07.564Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:46:07.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:46:58.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:46:58.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T06:46:58.012Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:46:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:46:58.015Z||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-07T06:46:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:47:07.586Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:47:07.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:47:58.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:47:58.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T06:47:58.012Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:47:58.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:47:58.016Z||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-07T06:47:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:48:07.576Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:48:07.576Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:48:58.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:48:58.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T06:48:58.012Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:48:58.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:48:58.020Z||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-07T06:48:58.020Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:49:07.571Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:49:07.578Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:49:58.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:49:58.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T06:49:58.014Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:49:58.015Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:49:58.016Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T06:49:58.016Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:50:07.599Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:50:07.599Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:50:58.012Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:50:58.015Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T06:50:58.015Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:50:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:50:58.015Z||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-07T06:50:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:51:07.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:51:07.581Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:51:58.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:51:58.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T06:51:58.013Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:51:58.015Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:51:58.016Z||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-07T06:51:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:52:07.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:52:07.578Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:52:58.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:52:58.012Z||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-07T06:52:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:52:58.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:52:58.016Z||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-07T06:52:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:53:07.594Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:53:07.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:53:58.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:53:58.012Z||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-07T06:53:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:53:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:53:58.016Z||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-07T06:53:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:54:07.589Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:54:07.624Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:54:58.011Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:54:58.012Z||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-07T06:54:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:54:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:54:58.015Z||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-07T06:54:58.015Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:54:58.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:54:58.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584861445,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584866367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584867904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584869031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584880389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.484Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584879899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584880121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584881128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:54:58.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "policy-id",
  "timestamp": 1654584882132,
  "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-07T06:54:58.506Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59185e0b-f577-4832-82af-c5e3e05cfce0
2022-06-07T06:54:58.506Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59185e0b-f577-4832-82af-c5e3e05cfce0 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-07T06:54:58.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "cds",
  "timestamp": 1654584883097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T06:54:58.525Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59185e0b-f577-4832-82af-c5e3e05cfce0
2022-06-07T06:54:58.525Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59185e0b-f577-4832-82af-c5e3e05cfce0 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-07T06:54:58.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584877346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584884105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584887905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584884105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584888335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584887905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584889577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:54:58.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584889031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584884105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584887905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584889546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "aai-ml",
  "timestamp": 1654584890581,
  "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-07T06:54:58.555Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59185e0b-f577-4832-82af-c5e3e05cfce0
2022-06-07T06:54:58.555Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59185e0b-f577-4832-82af-c5e3e05cfce0 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-07T06:54:58.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584889031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584884105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584887905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584890712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584889031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584882436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584884105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584891585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584887905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584889031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584891905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584884105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584891585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584887905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584889031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584893041,
  "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-07T06:54:58.578Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59185e0b-f577-4832-82af-c5e3e05cfce0
2022-06-07T06:54:58.578Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59185e0b-f577-4832-82af-c5e3e05cfce0 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-07T06:54:58.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584884105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584891585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584887905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584889031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584894044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584884105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584891585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584887905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584889031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584891585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584896992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584896748,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584889031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584887538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584891585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:54:58.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584897755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:54:58.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "cds",
  "timestamp": 1654584898244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T06:54:58.601Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5901653-2c12-4a2a-949c-1ecbba7676cc
2022-06-07T06:54:58.601Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5901653-2c12-4a2a-949c-1ecbba7676cc 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-07T06:54:58.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584898066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:54:58.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:54:58.666Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:54:58.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T06:54:58.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"59185e0b-f577-4832-82af-c5e3e05cfce0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"55cbde27-dbe4-42c0-ae1f-b920681668b8","serviceDescription":"service","serviceInvariantUUID":"f6089c6e-b97f-49bd-8ec0-c69e00b72e1f","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be41bec8-b949-440e-aaaa-7f535f5d3375","resourceInvariantUUID":"dc547709-e3e7-4b21-8d34-31025cd2a2f4","resourceCustomizationUUID":"64e9d83d-508a-49a1-aca7-9b242f15453f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MDdlNmYwZTYyODllYTkxYzIzMjQ0YTA4MzM0ZDIzMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de75bafb-e4b7-4578-b9f8-54fd5cab474c","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Y2FkMjNiMzcxNGVjMGZjOGZhOWIzY2MwNjcwZDljNTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1ca2c90f-7e28-4e36-8898-4668a56f7495","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0254f149-e077-4100-8015-870955de430d","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24a29d7d-205d-4b84-b6cf-9730669064ac","artifactVersion":"2","generatedFromUUID":"58e087e5-f4ad-4270-b324-9e66dc7d312a"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"986f9697-28c5-4895-9676-b59088eeeb01","artifactVersion":"2","generatedFromUUID":"be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58e087e5-f4ad-4270-b324-9e66dc7d312a","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"071abc74-8489-4e46-aa2b-88f351bbab0c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NjM3ZDZiYjk0NGEyZDI2NTllNmYwNmQwOTlmZGRmYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ed62d21-6c14-40f3-9a8e-f7a2c92ff764","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZjhmNGQ0YzlmNDhhODQ3MTIyYjI2MmVkNWEwODBjM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a2b57c8-bb90-4971-b2d2-e9c90a1e05fa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T06:54:58.670Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:54:58.670Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:54:58.674Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:54:58.674Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:54:58.774Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:54:58.775Z||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-07T06:54:58.775Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:54:58.793Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:54:58.794Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:54:59.674Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:54:59.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:54:59.678Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:54:59.678Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:54:59.778Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:54:59.779Z||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-07T06:54:59.779Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:54:59.796Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:54:59.797Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:00.678Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:55:00.679Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:00.681Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:00.682Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:55:00.782Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:00.783Z||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-07T06:55:00.783Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:00.803Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:00.804Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:01.682Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:55:01.684Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:01.686Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:01.686Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:55:01.786Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:55:01.788Z||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-07T06:55:01.788Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:01.816Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:01.816Z||pool-86-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:55:02.688Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:55:02.689Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:02.693Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:02.694Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-07T06:55:02.794Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:02.795Z||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-07T06:55:02.795Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:02.814Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:02.814Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:55:03.694Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:55:03.695Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:03.698Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:03.698Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-07T06:55:03.798Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:55:03.799Z||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-07T06:55:03.800Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:03.817Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:03.817Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:04.700Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:55:04.701Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:04.703Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:04.703Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-07T06:55:04.803Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:04.804Z||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-07T06:55:04.804Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:04.820Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:04.821Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:05.704Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:55:05.705Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:05.707Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:05.707Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:55:05.807Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:05.808Z||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-07T06:55:05.808Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:05.834Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:05.835Z||pool-90-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:06.708Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:55:06.709Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:06.712Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:06.713Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:55:06.813Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:06.814Z||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-07T06:55:06.814Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:06.832Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:06.833Z||pool-91-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:07.713Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:55:07.715Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:07.717Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:07.717Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:55:07.818Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:07.820Z||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-07T06:55:07.820Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:07.849Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:07.851Z||pool-92-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:08.719Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "55cbde27-dbe4-42c0-ae1f-b920681668b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f6089c6e-b97f-49bd-8ec0-c69e00b72e1f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "64e9d83d-508a-49a1-aca7-9b242f15453f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "be41bec8-b949-440e-aaaa-7f535f5d3375",
      "resourceInvariantUUID": "dc547709-e3e7-4b21-8d34-31025cd2a2f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "Y2FkMjNiMzcxNGVjMGZjOGZhOWIzY2MwNjcwZDljNTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1ca2c90f-7e28-4e36-8898-4668a56f7495",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "986f9697-28c5-4895-9676-b59088eeeb01",
            "generatedFromUUID": "be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "24a29d7d-205d-4b84-b6cf-9730669064ac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "986f9697-28c5-4895-9676-b59088eeeb01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "58e087e5-f4ad-4270-b324-9e66dc7d312a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZjhmNGQ0YzlmNDhhODQ3MTIyYjI2MmVkNWEwODBjM2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4a2b57c8-bb90-4971-b2d2-e9c90a1e05fa"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T06:55:08.720Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T06:55:08.720Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 55cbde27-dbe4-42c0-ae1f-b920681668b8 ASDC
2022-06-07T06:55:08.721Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:59185e0b-f577-4832-82af-c5e3e05cfce0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:55cbde27-dbe4-42c0-ae1f-b920681668b8
ServiceInvariantUUID:f6089c6e-b97f-49bd-8ec0-c69e00b72e1f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:4a2b57c8-bb90-4971-b2d2-e9c90a1e05fa
ArtifactChecksum:ZjhmNGQ0YzlmNDhhODQ3MTIyYjI2MmVkNWEwODBjM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:64e9d83d-508a-49a1-aca7-9b242f15453f
ResourceInvariantUUID:dc547709-e3e7-4b21-8d34-31025cd2a2f4
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:be41bec8-b949-440e-aaaa-7f535f5d3375
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:1ca2c90f-7e28-4e36-8898-4668a56f7495
ArtifactChecksum:Y2FkMjNiMzcxNGVjMGZjOGZhOWIzY2MwNjcwZDljNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:986f9697-28c5-4895-9676-b59088eeeb01
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:24a29d7d-205d-4b84-b6cf-9730669064ac
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:986f9697-28c5-4895-9676-b59088eeeb01
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:58e087e5-f4ad-4270-b324-9e66dc7d312a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T06:55:08.721Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55cbde27-dbe4-42c0-ae1f-b920681668b8 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-07T06:55:08.767Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:55:08.769Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T06:55:08.769Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T06:55:08.769Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4a2b57c8-bb90-4971-b2d2-e9c90a1e05fa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:08.769Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:55:08.771Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:08.945Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:55:08.958Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4a2b57c8-bb90-4971-b2d2-e9c90a1e05fa 158211
2022-06-07T06:55:08.959Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T06:55:08.959Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:08.960Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:55:08.960Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:08.963Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:08.963Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584908959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:55:09.063Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:09.064Z||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-07T06:55:09.064Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:09.083Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:09.084Z||pool-93-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:09.964Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:55:09.966Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T06:55:09.966Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4a2b57c8-bb90-4971-b2d2-e9c90a1e05fa, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:09.967Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-07T06:55:09.968Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:09.968Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:10.223Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13875664025117824451/Definitions/service-BasicCnfMacro-template.yml
2022-06-07T06:55:11.412Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T06:55:11.412Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T06:55:11.413Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:11.413Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-07T06:55:11.413Z|59185e0b-f577-4832-82af-c5e3e05cfce0|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-BasicCnfMacro-csar.csar
2022-06-07T06:55:11.413Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:11.414Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:11.414Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:11.414Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T06:55:11.414Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.415Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:11.415Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T06:55:11.415Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T06:55:11.416Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:55:11.416Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.416Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:11.417Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T06:55:11.417Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T06:55:11.417Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:55:11.417Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.418Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:11.418Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.418Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-07T06:55:11.418Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-07T06:55:11.419Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-07T06:55:11.419Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T06:55:11.419Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.419Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:55:11.420Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.420Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T06:55:11.420Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:55:11.421Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.421Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T06:55:11.421Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:55:11.422Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.422Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T06:55:11.423Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:55:11.423Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.424Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T06:55:11.424Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:55:11.425Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.425Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-07T06:55:11.425Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-07T06:55:11.426Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=856cc62b-8893-4e26-8bca-a4ca419d78a7
2022-06-07T06:55:11.426Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.427Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:11.427Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.427Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:11.428Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.428Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:11.428Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:11.428Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:11.429Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:55cbde27-dbe4-42c0-ae1f-b920681668b8
Model Version:NULL
Model InvariantUuid:f6089c6e-b97f-49bd-8ec0-c69e00b72e1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:c7919526-5740-4da4-bdad-158361f8d95e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc547709-e3e7-4b21-8d34-31025cd2a2f4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:64e9d83d-508a-49a1-aca7-9b242f15453f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f0c08da3-e091-413d-b188-1ebc57d7a172
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:d15cf44a-731e-4b92-96a2-95665722855e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:8b6618a2-9775-4f41-916e-155d7691db35
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:d67a0003-c957-49e0-9cf1-da46fe8109c2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:856cc62b-8893-4e26-8bca-a4ca419d78a7
ModelInvariantUuid:9d1a5200-d7c8-4abc-adfa-0560bd4380ab
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d1899cdd-1a7c-4cf9-93a6-5b8ea76b24bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:1119da09-d22c-4535-8849-a0b49d45c971
ModelInvariantUuid:bc54b742-8912-4cde-aa3d-305ab110f26e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:b6c4e612-8083-432b-8346-bf8497c98208
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-07T06:55:11.437Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: be41bec8-b949-440e-aaaa-7f535f5d3375
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-07T06:55:11.446Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-06-07T06:55:11.447Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be41bec8-b949-440e-aaaa-7f535f5d3375
2022-06-07T06:55:11.447Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1ca2c90f-7e28-4e36-8898-4668a56f7495 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-07T06:55:11.447Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:55:11.447Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-07T06:55:11.615Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:55:11.615Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 1ca2c90f-7e28-4e36-8898-4668a56f7495 1565
2022-06-07T06:55:11.616Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-07T06:55:11.616Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-07T06:55:11.616Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:55:11.617Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:11.621Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:11.621Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584911616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:55:11.720Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T06:55:11.721Z||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-07T06:55:11.722Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:11.791Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:11.791Z||pool-94-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:12.622Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8b6618a2-9775-4f41-916e-155d7691db35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d67a0003-c957-49e0-9cf1-da46fe8109c2",
    "vfModuleModelCustomizationUUID": "1c13fe67-3e6a-474b-a0c5-c9c6c6a3467e",
    "isBase": true,
    "artifacts": [
      "be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e",
      "986f9697-28c5-4895-9676-b59088eeeb01"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f0c08da3-e091-413d-b188-1ebc57d7a172",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d15cf44a-731e-4b92-96a2-95665722855e",
    "vfModuleModelCustomizationUUID": "add52785-57e8-4edd-a799-a4f3732dc696",
    "isBase": false,
    "artifacts": [
      "58e087e5-f4ad-4270-b324-9e66dc7d312a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T06:55:12.630Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d67a0003-c957-49e0-9cf1-da46fe8109c2
VfModuleModelInvariantUUID:8b6618a2-9775-4f41-916e-155d7691db35
VfModuleModelDescription:NULL
Artifacts UUID List:{
be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e
,
986f9697-28c5-4895-9676-b59088eeeb01

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:d15cf44a-731e-4b92-96a2-95665722855e
VfModuleModelInvariantUUID:f0c08da3-e091-413d-b188-1ebc57d7a172
VfModuleModelDescription:NULL
Artifacts UUID List:{
58e087e5-f4ad-4270-b324-9e66dc7d312a

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

isBase:false


}

2022-06-07T06:55:12.634Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8b6618a2-9775-4f41-916e-155d7691db35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d67a0003-c957-49e0-9cf1-da46fe8109c2",
    "vfModuleModelCustomizationUUID": "1c13fe67-3e6a-474b-a0c5-c9c6c6a3467e",
    "isBase": true,
    "artifacts": [
      "be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e",
      "986f9697-28c5-4895-9676-b59088eeeb01"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f0c08da3-e091-413d-b188-1ebc57d7a172",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d15cf44a-731e-4b92-96a2-95665722855e",
    "vfModuleModelCustomizationUUID": "add52785-57e8-4edd-a799-a4f3732dc696",
    "isBase": false,
    "artifacts": [
      "58e087e5-f4ad-4270-b324-9e66dc7d312a"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T06:55:12.634Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d67a0003-c957-49e0-9cf1-da46fe8109c2
VfModuleModelInvariantUUID:8b6618a2-9775-4f41-916e-155d7691db35
VfModuleModelDescription:NULL
Artifacts UUID List:{
be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e
,
986f9697-28c5-4895-9676-b59088eeeb01

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:d15cf44a-731e-4b92-96a2-95665722855e
VfModuleModelInvariantUUID:f0c08da3-e091-413d-b188-1ebc57d7a172
VfModuleModelDescription:NULL
Artifacts UUID List:{
58e087e5-f4ad-4270-b324-9e66dc7d312a

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

isBase:false


}

2022-06-07T06:55:12.635Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-07T06:55:12.635Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:55:12.635Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-07T06:55:12.816Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:55:12.817Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml be3b0c4b-ebbd-4fac-bbd5-c623197e4c2e 914
2022-06-07T06:55:12.817Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-07T06:55:12.817Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-07T06:55:12.817Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:55:12.818Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:12.820Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:12.820Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584912817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:55:12.922Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T06:55:12.924Z||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-07T06:55:12.924Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:12.974Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:12.975Z||pool-95-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:55:13.821Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 24a29d7d-205d-4b84-b6cf-9730669064ac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-07T06:55:13.821Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:55:13.822Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-07T06:55:14.050Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:55:14.050Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 24a29d7d-205d-4b84-b6cf-9730669064ac 12
2022-06-07T06:55:14.051Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-07T06:55:14.051Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-07T06:55:14.051Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:55:14.051Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:14.053Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:14.054Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584914051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:55:14.154Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:14.155Z||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-07T06:55:14.155Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:14.174Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:14.175Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:15.055Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 986f9697-28c5-4895-9676-b59088eeeb01 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-07T06:55:15.055Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:55:15.055Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-07T06:55:15.131Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:55:15.132Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 986f9697-28c5-4895-9676-b59088eeeb01 96
2022-06-07T06:55:15.132Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-07T06:55:15.132Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-07T06:55:15.133Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:55:15.133Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:15.135Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:15.135Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584915132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:55:15.235Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:15.236Z||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-07T06:55:15.236Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:15.256Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:15.257Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:16.136Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 58e087e5-f4ad-4270-b324-9e66dc7d312a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-07T06:55:16.136Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:55:16.136Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-07T06:55:16.220Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:55:16.221Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 58e087e5-f4ad-4270-b324-9e66dc7d312a 20206
2022-06-07T06:55:16.222Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-07T06:55:16.222Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-07T06:55:16.222Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:55:16.222Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:16.225Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:16.225Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584916222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:55:16.325Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:16.327Z||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-07T06:55:16.327Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:16.344Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:16.345Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:17.230Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 55cbde27-dbe4-42c0-ae1f-b920681668b8
2022-06-07T06:55:17.231Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 be41bec8-b949-440e-aaaa-7f535f5d3375 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T06:55:17.245Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45c9a7f5, org.onap.sdc.toscaparser.api.parameters.Input@5ee11994, org.onap.sdc.toscaparser.api.parameters.Input@5b316845, org.onap.sdc.toscaparser.api.parameters.Input@693a497a, org.onap.sdc.toscaparser.api.parameters.Input@6144bda7]
2022-06-07T06:55:17.247Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.247Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:17.247Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-07T06:55:17.247Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 64e9d83d-508a-49a1-aca7-9b242f15453f
2022-06-07T06:55:17.247Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 64e9d83d-508a-49a1-aca7-9b242f15453f matches Tosca VF Customization UUID: 64e9d83d-508a-49a1-aca7-9b242f15453f
2022-06-07T06:55:17.247Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 64e9d83d-508a-49a1-aca7-9b242f15453f  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-07T06:55:17.250Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.250Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:17.250Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 64e9d83d-508a-49a1-aca7-9b242f15453f: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-07T06:55:17.251Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cd6e440
2022-06-07T06:55:17.251Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.251Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:55:17.251Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : add52785-57e8-4edd-a799-a4f3732dc696
2022-06-07T06:55:17.251Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID add52785-57e8-4edd-a799-a4f3732dc696
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-07T06:55:17.253Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.254Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T06:55:17.254Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:55:17.254Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.254Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T06:55:17.254Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:55:17.255Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.255Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T06:55:17.255Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=64e9d83d-508a-49a1-aca7-9b242f15453f
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-07T06:55:17.256Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.256Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:17.257Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 55cbde27-dbe4-42c0-ae1f-b920681668b8: basic_cnf_macro
2022-06-07T06:55:17.257Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.257Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:17.257Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.257Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:17.257Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.258Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:17.258Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.258Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:17.258Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:55:17.258Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:55:17.258Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T06:55:17.301Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro be41bec8-b949-440e-aaaa-7f535f5d3375 2 ASDC deployResourceStructure
2022-06-07T06:55:17.302Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-07T06:55:17.302Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-07T06:55:17.302Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:55:17.302Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:17.304Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:17.304Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584917302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:55:17.404Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:17.406Z||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-07T06:55:17.406Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:17.424Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:17.425Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:55:18.305Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-07T06:55:18.305Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-07T06:55:18.306Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:55:18.306Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:18.308Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:18.309Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584918305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:55:18.408Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:55:18.409Z||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-07T06:55:18.409Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:18.426Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:18.427Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:19.318Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-07T06:55:19.318Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-07T06:55:19.318Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T06:55:19.319Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:19.321Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:19.321Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584919310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T06:55:19.422Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T06:55:19.423Z||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-07T06:55:19.423Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:19.448Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:19.449Z||pool-101-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:20.323Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-07T06:55:20.323Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-07T06:55:20.323Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:55:20.324Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:20.326Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:20.326Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584920322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:55:20.426Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:20.427Z||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-07T06:55:20.427Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:20.448Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:20.448Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:55:21.327Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-07T06:55:21.327Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-07T06:55:21.328Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T06:55:21.328Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:21.330Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:21.330Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584921327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T06:55:21.430Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:21.431Z||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-07T06:55:21.431Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:21.449Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:21.450Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:55:22.331Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T06:55:22.331Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T06:55:22.331Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:55:22.332Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:55:22.334Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:55:22.334Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584922331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:55:22.434Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:55:22.435Z||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-07T06:55:22.435Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:22.503Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:22.504Z||pool-104-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:55:23.335Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:55:23.345Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:55:23.348Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:55:23.348Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:55:23.348Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:55:23.348Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:55:53.349Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:55:53.359Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:55:53.361Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:55:53.361Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:55:53.361Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:55:53.361Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:55:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:55:58.016Z||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-07T06:55:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:55:58.049Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:55:58.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:55:58.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584891585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:55:58.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:56:23.362Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:56:23.375Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:56:23.379Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:56:23.380Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:56:23.380Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:56:23.380Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:56:53.381Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:56:53.398Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:56:53.401Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:56:53.401Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:56:53.401Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:56:53.401Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:56:58.016Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:56:58.017Z||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-07T06:56:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:56:58.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:56:58.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:56:58.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "policy-id",
  "timestamp": 1654584898759,
  "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-07T06:56:58.071Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5901653-2c12-4a2a-949c-1ecbba7676cc
2022-06-07T06:56:58.071Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5901653-2c12-4a2a-949c-1ecbba7676cc 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-07T06:57:23.401Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:57:23.411Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:57:23.413Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:57:23.413Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:57:23.413Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:57:23.414Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:57:53.414Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:57:53.423Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:57:53.426Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:57:53.426Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:57:53.426Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T06:57:53.426Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T06:57:58.016Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:57:58.017Z||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-07T06:57:58.017Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:57:58.049Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:57:58.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584897346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584891585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584897346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584900373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584897346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584901555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584897346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584902448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584902560,
  "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-07T06:57:58.103Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59185e0b-f577-4832-82af-c5e3e05cfce0
2022-06-07T06:57:58.103Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59185e0b-f577-4832-82af-c5e3e05cfce0 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-07T06:57:58.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584897346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584897346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584897346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584897346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584906880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584906145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "clamp",
  "timestamp": 1654584907885,
  "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-07T06:57:58.121Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59185e0b-f577-4832-82af-c5e3e05cfce0
2022-06-07T06:57:58.121Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59185e0b-f577-4832-82af-c5e3e05cfce0 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-07T06:57:58.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.129Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584907255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584908959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584908435,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584909442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584909486,
  "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-07T06:57:58.136Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5901653-2c12-4a2a-949c-1ecbba7676cc
2022-06-07T06:57:58.136Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5901653-2c12-4a2a-949c-1ecbba7676cc 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-07T06:57:58.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "aai-ml",
  "timestamp": 1654584910446,
  "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-07T06:57:58.148Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5901653-2c12-4a2a-949c-1ecbba7676cc
2022-06-07T06:57:58.148Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5901653-2c12-4a2a-949c-1ecbba7676cc 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-07T06:57:58.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584910495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.156Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584911616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584912817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.157Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584912436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.157Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.157Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584912436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584914051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584912436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584915132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.160Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584912436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584916222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.161Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584912436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584917302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.162Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584917538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584912436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584918305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584917538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584912436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584919310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T06:57:58.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584917538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584912436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584920322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584917538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.168Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584921327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T06:57:58.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584917538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584922331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584917538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.170Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584917538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584917538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584926307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584917346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584921445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.173Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584926366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584927904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584917346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584921445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584926366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584927904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584929031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584930031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.178Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584921445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584917346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584926366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584927904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584929031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584931018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.181Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584931041,
  "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-07T06:57:58.188Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5901653-2c12-4a2a-949c-1ecbba7676cc
2022-06-07T06:57:58.188Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5901653-2c12-4a2a-949c-1ecbba7676cc 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-07T06:57:58.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584917346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584926366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584921445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584927904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584929031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584917346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584921445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584926366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584927904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584929031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584917346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584921445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584926366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584927904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584929031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584934024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584921445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584917346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584926366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584927904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584929031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "clamp",
  "timestamp": 1654584935029,
  "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-07T06:57:58.209Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5901653-2c12-4a2a-949c-1ecbba7676cc
2022-06-07T06:57:58.209Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5901653-2c12-4a2a-949c-1ecbba7676cc 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-07T06:57:58.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584921445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584917346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584926366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584927904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584929031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654584917346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584921445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584926366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584927904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584929031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584937585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584937099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584937725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584929031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "cds",
  "timestamp": 1654584938925,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T06:57:58.245Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0
2022-06-07T06:57:58.246Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0 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-07T06:57:58.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584938731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584938833,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "policy-id",
  "timestamp": 1654584939736,
  "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-07T06:57:58.260Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0
2022-06-07T06:57:58.261Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0 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-07T06:57:58.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584939864,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654584940867,
  "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-07T06:57:58.280Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0
2022-06-07T06:57:58.280Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0 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-07T06:57:58.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584942831,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.303Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584942436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "aai-ml",
  "timestamp": 1654584943834,
  "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-07T06:57:58.309Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0
2022-06-07T06:57:58.309Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0 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-07T06:57:58.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584942436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584942436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584942436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584942436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584942436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584947537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584942436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584947537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584942436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584947537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584942436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584947537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584947537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584947537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584947537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584947537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:57:58.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584956024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.328Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584947537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:57:58.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:57:58.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584957446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:57:58.329Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:57:58.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:57:58.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584958037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:57:58.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:58:23.427Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:58:23.436Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:58:23.439Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:58:23.439Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:58:23.439Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T06:58:23.439Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T06:58:23.439Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:58:23.440Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:58:23.440Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:58:23.440Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:58:23.440Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:58:23.441Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:58:23.441Z|59185e0b-f577-4832-82af-c5e3e05cfce0|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-07T06:58:23.446Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T06:58:53.446Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59185e0b-f577-4832-82af-c5e3e05cfce0 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-07T06:58:53.453Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59185e0b-f577-4832-82af-c5e3e05cfce0 and serviceModelVersionId: 55cbde27-dbe4-42c0-ae1f-b920681668b8
2022-06-07T06:58:53.454Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6089c6e-b97f-49bd-8ec0-c69e00b72e1f
2022-06-07T06:58:53.455Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6089c6e-b97f-49bd-8ec0-c69e00b72e1f/model-vers/model-ver/55cbde27-dbe4-42c0-ae1f-b920681668b8?depth=0
2022-06-07T06:58:53.462Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T06:58:53.514Z|59185e0b-f577-4832-82af-c5e3e05cfce0|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/f6089c6e-b97f-49bd-8ec0-c69e00b72e1f/model-vers/model-ver/55cbde27-dbe4-42c0-ae1f-b920681668b8?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-07T06:58:53.516Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6089c6e-b97f-49bd-8ec0-c69e00b72e1f/model-vers/model-ver/55cbde27-dbe4-42c0-ae1f-b920681668b8?depth=0|INFO|500||Invoke
2022-06-07T06:58:53.548Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6089c6e-b97f-49bd-8ec0-c69e00b72e1f/model-vers/model-ver/55cbde27-dbe4-42c0-ae1f-b920681668b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T06:58:53.911Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6089c6e-b97f-49bd-8ec0-c69e00b72e1f/model-vers/model-ver/55cbde27-dbe4-42c0-ae1f-b920681668b8?depth=0|INFO|500||InvokeReturn
2022-06-07T06:58:53.913Z|59185e0b-f577-4832-82af-c5e3e05cfce0|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/f6089c6e-b97f-49bd-8ec0-c69e00b72e1f/model-vers/model-ver/55cbde27-dbe4-42c0-ae1f-b920681668b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-06:58:53:520-53785], vertex-id=[274648], Content-Length=[0], Date=[Tue, 07 Jun 2022 06:58:53 GMT], Content-Type=[application/json]}
2022-06-07T06:58:53.913Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T06:58:53.913Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T06:58:53.914Z|59185e0b-f577-4832-82af-c5e3e05cfce0|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-07T06:58:53.918Z|59185e0b-f577-4832-82af-c5e3e05cfce0|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-07T06:58:53.919Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59185e0b-f577-4832-82af-c5e3e05cfce0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T06:58:53.919Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T06:58:53.919Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:58:53.922Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:58:53.922Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585133919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:58:54.022Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:58:54.023Z||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-07T06:58:54.023Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:58:54.064Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:58:54.065Z||pool-105-thread-1|||||INFO|500||cambria reply ok (43 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-07T06:58:54.939Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T06:58:54.940Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5901653-2c12-4a2a-949c-1ecbba7676cc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"acd60006-e45e-47ba-b84d-13aaf1363648","serviceDescription":"service","serviceInvariantUUID":"359155ff-6327-4f16-9be1-399deaf0fed1","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da85951f-b9ec-4f4d-8ac2-3f6ee3d384e3","resourceInvariantUUID":"fcf2ede2-aae8-4039-a7c4-3f39eb21ee3d","resourceCustomizationUUID":"192eb31e-2066-45d2-a070-21e38603a99c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZTE2YWU3NWRhZWQyMzViNjY5NTYyNTc3NzJjZDI0MWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06c721f0-4529-47f2-aa12-e2cee8877a5a","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ODA3MjVmOWQwNzgzMzZmMWRjNzMyM2Q5NWNlZmZkODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01aa9f0e-22a4-47f9-9a4f-5e44f9ba7145","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12ea8adc-01fb-49d3-a178-5db8ef6463ea","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3b97b975-9e70-42a8-b52a-c119e5df979d","artifactVersion":"2","generatedFromUUID":"18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"Yjk4ODVhZDYwNGU2MWNkZTYzZWMwZDg0YWEwY2NmYjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0559ec25-c621-494b-bcdb-e18d369bedde","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YTM2ZDM5NDUzYzI4NTI3YzdiNGU0N2I5NzI0MDE4NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"59fb9633-7b0e-493c-8478-03d8d2eac5b7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2I3NzA5ZWJmNGEzODQ1MDk4ODIxMGI5Nzg3ZDgyYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60572053-7d8d-4889-9787-5e18614927a2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T06:58:54.940Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:58:54.941Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:58:54.943Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:58:54.943Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:58:55.043Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:58:55.045Z||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-07T06:58:55.045Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:58:55.073Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:58:55.074Z||pool-106-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:58:55.944Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:58:55.944Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:58:55.947Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:58:55.947Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:58:56.047Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:58:56.048Z||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-07T06:58:56.049Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:58:56.069Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:58:56.070Z||pool-107-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:58:56.947Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:58:56.949Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:58:56.951Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:58:56.951Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:58:57.052Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T06:58:57.053Z||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-07T06:58:57.053Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:58:57.076Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:58:57.077Z||pool-108-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:58:57.952Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:58:57.953Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:58:57.955Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:58:57.955Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:58:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:58:58.016Z||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-07T06:58:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:58:58.050Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:58:58.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:58:58.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "clamp",
  "timestamp": 1654584959042,
  "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-07T06:58:58.056Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T06:58:58.057Z||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-07T06:58:58.057Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:58:58.060Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0
2022-06-07T06:58:58.060Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0 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-07T06:58:58.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:58:58.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584960128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:58:58.072Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:58:58.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:58:58.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654584961134,
  "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-07T06:58:58.078Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:58:58.079Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:58:58.079Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0
2022-06-07T06:58:58.079Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0 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-07T06:58:58.956Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:58:58.957Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:58:58.959Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:58:58.959Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T06:58:59.060Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T06:58:59.061Z||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-07T06:58:59.061Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:58:59.095Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:58:59.096Z||pool-110-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:58:59.960Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:58:59.961Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:58:59.963Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:58:59.963Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:00.064Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T06:59:00.065Z||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-07T06:59:00.065Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:00.086Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:00.087Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:00.964Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:00.965Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:00.968Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:00.968Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:01.069Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T06:59:01.070Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:01.070Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:01.086Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:01.087Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:59:01.968Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:01.969Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:01.971Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:01.972Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:59:02.072Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:02.073Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:02.073Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:02.091Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:02.092Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:02.973Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "acd60006-e45e-47ba-b84d-13aaf1363648",
  "serviceDescription": "service",
  "serviceInvariantUUID": "359155ff-6327-4f16-9be1-399deaf0fed1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "192eb31e-2066-45d2-a070-21e38603a99c",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "da85951f-b9ec-4f4d-8ac2-3f6ee3d384e3",
      "resourceInvariantUUID": "fcf2ede2-aae8-4039-a7c4-3f39eb21ee3d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ODA3MjVmOWQwNzgzMzZmMWRjNzMyM2Q5NWNlZmZkODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "01aa9f0e-22a4-47f9-9a4f-5e44f9ba7145",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3b97b975-9e70-42a8-b52a-c119e5df979d",
            "generatedFromUUID": "18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3b97b975-9e70-42a8-b52a-c119e5df979d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "M2I3NzA5ZWJmNGEzODQ1MDk4ODIxMGI5Nzg3ZDgyYjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "60572053-7d8d-4889-9787-5e18614927a2"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T06:59:02.974Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T06:59:02.974Z|59185e0b-f577-4832-82af-c5e3e05cfce0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 acd60006-e45e-47ba-b84d-13aaf1363648 ASDC
2022-06-07T06:59:02.975Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b5901653-2c12-4a2a-949c-1ecbba7676cc
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:acd60006-e45e-47ba-b84d-13aaf1363648
ServiceInvariantUUID:359155ff-6327-4f16-9be1-399deaf0fed1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:60572053-7d8d-4889-9787-5e18614927a2
ArtifactChecksum:M2I3NzA5ZWJmNGEzODQ1MDk4ODIxMGI5Nzg3ZDgyYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:192eb31e-2066-45d2-a070-21e38603a99c
ResourceInvariantUUID:fcf2ede2-aae8-4039-a7c4-3f39eb21ee3d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:da85951f-b9ec-4f4d-8ac2-3f6ee3d384e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:01aa9f0e-22a4-47f9-9a4f-5e44f9ba7145
ArtifactChecksum:ODA3MjVmOWQwNzgzMzZmMWRjNzMyM2Q5NWNlZmZkODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3b97b975-9e70-42a8-b52a-c119e5df979d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:3b97b975-9e70-42a8-b52a-c119e5df979d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T06:59:02.975Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acd60006-e45e-47ba-b84d-13aaf1363648 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-07T06:59:03.019Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:59:03.020Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T06:59:03.020Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T06:59:03.021Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 60572053-7d8d-4889-9787-5e18614927a2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T06:59:03.021Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:59:03.021Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T06:59:03.171Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:59:03.175Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 60572053-7d8d-4889-9787-5e18614927a2 78794
2022-06-07T06:59:03.175Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-07T06:59:03.175Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T06:59:03.175Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:59:03.175Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:03.177Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:03.177Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585143175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:59:03.278Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:03.279Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:03.279Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:03.296Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:03.296Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:59:04.178Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:59:04.179Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T06:59:04.179Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 60572053-7d8d-4889-9787-5e18614927a2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:04.180Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-07T06:59:04.181Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:04.181Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:04.390Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5645795130087177642/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-07T06:59:05.564Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T06:59:05.565Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T06:59:05.565Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.565Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T06:59:05.565Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.565Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.566Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.566Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.566Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.566Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.566Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.566Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.567Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T06:59:05.567Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T06:59:05.567Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.567Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:05.568Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T06:59:05.568Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T06:59:05.568Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:59:05.568Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.569Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:05.569Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T06:59:05.569Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T06:59:05.569Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:59:05.569Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.570Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:05.570Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.570Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-07T06:59:05.570Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-07T06:59:05.571Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-07T06:59:05.571Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-07T06:59:05.571Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T06:59:05.571Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T06:59:05.572Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.572Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:59:05.572Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.572Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T06:59:05.572Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:59:05.573Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.573Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T06:59:05.573Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:59:05.573Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.573Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T06:59:05.574Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:59:05.574Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.574Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-07T06:59:05.575Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T06:59:05.575Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T06:59:05.576Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f9fafac7-77eb-4416-8801-8ce22cb6f20b
2022-06-07T06:59:05.576Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.576Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:05.577Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.577Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:05.577Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.577Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:05.577Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:05.578Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:05.578Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:acd60006-e45e-47ba-b84d-13aaf1363648
Model Version:NULL
Model InvariantUuid:359155ff-6327-4f16-9be1-399deaf0fed1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a4d4303c-741f-4b00-9b77-74fc0ebd73db
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fcf2ede2-aae8-4039-a7c4-3f39eb21ee3d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:192eb31e-2066-45d2-a070-21e38603a99c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7138be16-b69a-477c-877d-95f0d29883df
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:3a60d27f-891f-4178-b3af-4d23ecc49faf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f9fafac7-77eb-4416-8801-8ce22cb6f20b
ModelInvariantUuid:14ef49e0-0ec6-4b9a-811b-9048b4cfb817
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:9c1db341-6064-4794-9553-76372d37fdf6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4c5fb084-c830-4aea-acde-d8007ce6c746
ModelInvariantUuid:7ad4fe97-5f21-4ecf-b72f-ce2930c9be71
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:5d58f7db-2a89-46c7-99d4-11b093046e45
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-07T06:59:05.584Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: da85951f-b9ec-4f4d-8ac2-3f6ee3d384e3
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-07T06:59:05.587Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-06-07T06:59:05.587Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da85951f-b9ec-4f4d-8ac2-3f6ee3d384e3
2022-06-07T06:59:05.587Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 01aa9f0e-22a4-47f9-9a4f-5e44f9ba7145 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-07T06:59:05.587Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:59:05.587Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-07T06:59:05.776Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:59:05.776Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 01aa9f0e-22a4-47f9-9a4f-5e44f9ba7145 792
2022-06-07T06:59:05.776Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-07T06:59:05.777Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-07T06:59:05.777Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:59:05.777Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:05.779Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:05.779Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585145776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:59:05.879Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:05.880Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:05.880Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:05.932Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:05.932Z||pool-115-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":18,"count":1}
2022-06-07T06:59:06.780Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7138be16-b69a-477c-877d-95f0d29883df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a60d27f-891f-4178-b3af-4d23ecc49faf",
    "vfModuleModelCustomizationUUID": "8f4cf1aa-989e-47ea-878b-35e800f568de",
    "isBase": true,
    "artifacts": [
      "18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1",
      "3b97b975-9e70-42a8-b52a-c119e5df979d"
    ],
    "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-07T06:59:06.784Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a60d27f-891f-4178-b3af-4d23ecc49faf
VfModuleModelInvariantUUID:7138be16-b69a-477c-877d-95f0d29883df
VfModuleModelDescription:NULL
Artifacts UUID List:{
18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1
,
3b97b975-9e70-42a8-b52a-c119e5df979d

}
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-07T06:59:06.786Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7138be16-b69a-477c-877d-95f0d29883df",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a60d27f-891f-4178-b3af-4d23ecc49faf",
    "vfModuleModelCustomizationUUID": "8f4cf1aa-989e-47ea-878b-35e800f568de",
    "isBase": true,
    "artifacts": [
      "18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1",
      "3b97b975-9e70-42a8-b52a-c119e5df979d"
    ],
    "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-07T06:59:06.786Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a60d27f-891f-4178-b3af-4d23ecc49faf
VfModuleModelInvariantUUID:7138be16-b69a-477c-877d-95f0d29883df
VfModuleModelDescription:NULL
Artifacts UUID List:{
18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1
,
3b97b975-9e70-42a8-b52a-c119e5df979d

}
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-07T06:59:06.786Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-07T06:59:06.786Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:59:06.787Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-07T06:59:06.851Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:59:06.852Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 18e79ba6-8830-47bb-b3ca-6e1fe4fbd9e1 5033
2022-06-07T06:59:06.852Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-07T06:59:06.852Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-07T06:59:06.852Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:59:06.853Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:06.855Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:06.855Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585146852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:59:06.955Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:06.956Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:06.956Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:06.975Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:06.975Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:07.855Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3b97b975-9e70-42a8-b52a-c119e5df979d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-07T06:59:07.856Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:59:07.856Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-07T06:59:07.927Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:59:07.927Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3b97b975-9e70-42a8-b52a-c119e5df979d 903
2022-06-07T06:59:07.928Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-07T06:59:07.928Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-07T06:59:07.928Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:59:07.928Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:07.930Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:07.930Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585147928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:59:08.031Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:08.031Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:08.031Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:08.047Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:08.047Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:59:08.931Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: acd60006-e45e-47ba-b84d-13aaf1363648
2022-06-07T06:59:08.932Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 da85951f-b9ec-4f4d-8ac2-3f6ee3d384e3 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-07T06:59:08.944Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bd8744c, org.onap.sdc.toscaparser.api.parameters.Input@5c6294be, org.onap.sdc.toscaparser.api.parameters.Input@28bfa970, org.onap.sdc.toscaparser.api.parameters.Input@4c6768e6, org.onap.sdc.toscaparser.api.parameters.Input@54050f32]
2022-06-07T06:59:08.945Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.945Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:08.946Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-07T06:59:08.946Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 192eb31e-2066-45d2-a070-21e38603a99c
2022-06-07T06:59:08.946Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 192eb31e-2066-45d2-a070-21e38603a99c matches Tosca VF Customization UUID: 192eb31e-2066-45d2-a070-21e38603a99c
2022-06-07T06:59:08.946Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 192eb31e-2066-45d2-a070-21e38603a99c  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-07T06:59:08.949Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.949Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:08.950Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 192eb31e-2066-45d2-a070-21e38603a99c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-07T06:59:08.950Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e7c093b
2022-06-07T06:59:08.950Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.950Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T06:59:08.951Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f4cf1aa-989e-47ea-878b-35e800f568de
2022-06-07T06:59:08.951Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f4cf1aa-989e-47ea-878b-35e800f568de
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-07T06:59:08.953Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.953Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T06:59:08.953Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:59:08.954Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.954Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T06:59:08.954Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:59:08.954Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.954Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-07T06:59:08.954Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T06:59:08.955Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T06:59:08.955Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f9fafac7-77eb-4416-8801-8ce22cb6f20b
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-07T06:59:08.959Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.960Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T06:59:08.960Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T06:59:08.960Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.960Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T06:59:08.961Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=192eb31e-2066-45d2-a070-21e38603a99c
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-07T06:59:08.963Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.963Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:08.963Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid acd60006-e45e-47ba-b84d-13aaf1363648: basic_vm_macro
2022-06-07T06:59:08.963Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.963Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:08.964Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.964Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:08.964Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.964Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:08.964Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.965Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:08.965Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:08.965Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:08.965Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T06:59:09.069Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro da85951f-b9ec-4f4d-8ac2-3f6ee3d384e3 1 ASDC deployResourceStructure
2022-06-07T06:59:09.070Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-07T06:59:09.070Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-07T06:59:09.071Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:59:09.071Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:09.073Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:09.073Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585149070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T06:59:09.173Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:59:09.175Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:09.175Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:09.194Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:09.194Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:59:10.075Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-07T06:59:10.075Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-07T06:59:10.075Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:59:10.076Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:10.078Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:10.078Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585150075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T06:59:10.178Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:10.179Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:10.179Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:10.198Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:10.198Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:59:11.079Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-07T06:59:11.079Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-07T06:59:11.079Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:59:11.079Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:11.081Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:11.081Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585151078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T06:59:11.182Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T06:59:11.183Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:11.183Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:11.201Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:11.201Z||pool-120-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:12.082Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-07T06:59:12.082Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T06:59:12.083Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T06:59:12.083Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:12.086Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:12.086Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585152082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T06:59:12.186Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:12.187Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:12.188Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:12.206Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:12.207Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:59:13.087Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5901653-2c12-4a2a-949c-1ecbba7676cc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:59:13.098Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5901653-2c12-4a2a-949c-1ecbba7676cc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:59:13.100Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T06:59:13.101Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|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-07T06:59:13.107Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T06:59:43.107Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5901653-2c12-4a2a-949c-1ecbba7676cc 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-07T06:59:43.114Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5901653-2c12-4a2a-949c-1ecbba7676cc and serviceModelVersionId: acd60006-e45e-47ba-b84d-13aaf1363648
2022-06-07T06:59:43.114Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 359155ff-6327-4f16-9be1-399deaf0fed1
2022-06-07T06:59:43.115Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/359155ff-6327-4f16-9be1-399deaf0fed1/model-vers/model-ver/acd60006-e45e-47ba-b84d-13aaf1363648?depth=0
2022-06-07T06:59:43.119Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T06:59:43.155Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|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/359155ff-6327-4f16-9be1-399deaf0fed1/model-vers/model-ver/acd60006-e45e-47ba-b84d-13aaf1363648?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-07T06:59:43.156Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/359155ff-6327-4f16-9be1-399deaf0fed1/model-vers/model-ver/acd60006-e45e-47ba-b84d-13aaf1363648?depth=0|INFO|500||Invoke
2022-06-07T06:59:43.173Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/359155ff-6327-4f16-9be1-399deaf0fed1/model-vers/model-ver/acd60006-e45e-47ba-b84d-13aaf1363648?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T06:59:43.302Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/359155ff-6327-4f16-9be1-399deaf0fed1/model-vers/model-ver/acd60006-e45e-47ba-b84d-13aaf1363648?depth=0|INFO|500||InvokeReturn
2022-06-07T06:59:43.303Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|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/359155ff-6327-4f16-9be1-399deaf0fed1/model-vers/model-ver/acd60006-e45e-47ba-b84d-13aaf1363648?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-06:59:43:146-58528], vertex-id=[217192], Content-Length=[0], Date=[Tue, 07 Jun 2022 06:59:43 GMT], Content-Type=[application/json]}
2022-06-07T06:59:43.305Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T06:59:43.305Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T06:59:43.305Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|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-07T06:59:43.310Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|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-07T06:59:43.310Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5901653-2c12-4a2a-949c-1ecbba7676cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T06:59:43.310Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T06:59:43.310Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:43.313Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:43.313Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585183310,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:59:43.413Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:43.415Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:43.415Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:43.442Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:43.442Z||pool-122-thread-1|||||INFO|500||cambria reply ok (29 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-07T06:59:44.328Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:59:44.329Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|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-07T06:59:44.329Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:48.787Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:48.788Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T06:59:48.788Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"87a16b94-305a-4274-834f-512346f85f36","serviceDescription":"service","serviceInvariantUUID":"e75491e2-0cee-4164-b317-aed3a4f323e3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0185a9d6-67f6-4eef-b024-e0c470aaa7c6","resourceInvariantUUID":"58eeb283-6db4-47a4-8f23-4d5b25074f88","resourceCustomizationUUID":"e4ad6a91-3946-4bba-8d8f-322fdf5e4228","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":"ZjJkMjM0NzM4ZjkzODc5NGY3YWUyNjg0YmJhZDEzMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f8798a6-b1c8-4c52-bc73-1708acad3cfe","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":"80a31818-a2b2-4b5a-943e-9320bbaca8d0","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":"6f94b006-7e63-4882-bae6-88a285fe94e9","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":"ZjZmZDNmYWI0NTMxMzI5MDY2N2JmYzY1MGJlNjdlN2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"343174d6-54db-47e1-ad87-34b1d300df47","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":"8d231d0e-f3a7-4ca4-a7c6-215091311559","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":"ebb5fff8-dfd8-41d2-a0b9-21705407018c","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":"399e4499-2dd8-4b7d-937f-d215ed4b7830","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":"ZTNmMzYwMDE5ZTAxYjI5ZTI5OTRjYWY3ZjdmZTQzODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"684f90ee-702d-4484-989d-6c2ed87b6b43","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDRhMDBkODBlMTBlZmMyMmQyYjZjOTBmNzIwOTZhMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60e921ea-b41d-471d-8b0f-12a24e7116f4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T06:59:48.790Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:48.790Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:48.792Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:48.792Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:48.892Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:48.893Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:48.893Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:48.914Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:48.915Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:59:49.793Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:49.794Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:49.796Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:49.796Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:49.896Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:49.898Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:49.898Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:49.927Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:49.927Z||pool-124-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:50.797Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:50.798Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:50.800Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:50.800Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:50.900Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:50.902Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:50.903Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:50.922Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:50.922Z||pool-125-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:51.800Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:51.801Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:51.803Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:51.803Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:51.904Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:51.905Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:51.905Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:51.938Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:51.939Z||pool-126-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:52.804Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:52.805Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:52.807Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:52.807Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:52.907Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:52.908Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:52.909Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:52.951Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:52.952Z||pool-127-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-06-07T06:59:53.809Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:53.810Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:53.812Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:53.812Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:53.912Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:53.913Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:53.913Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:53.948Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:53.949Z||pool-128-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:54.812Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:54.813Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:54.817Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:54.817Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:54.916Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T06:59:54.917Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:54.917Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:54.949Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:54.950Z||pool-129-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:55.817Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:55.818Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:55.820Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:55.821Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:55.921Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:55.922Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:55.922Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:55.970Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:55.971Z||pool-130-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:56.821Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T06:59:56.822Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:56.838Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:56.838Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T06:59:56.924Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-06-07T06:59:56.925Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:56.925Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:56.996Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:56.997Z||pool-131-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:57.842Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "87a16b94-305a-4274-834f-512346f85f36",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e75491e2-0cee-4164-b317-aed3a4f323e3",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e4ad6a91-3946-4bba-8d8f-322fdf5e4228",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0185a9d6-67f6-4eef-b024-e0c470aaa7c6",
      "resourceInvariantUUID": "58eeb283-6db4-47a4-8f23-4d5b25074f88",
      "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": "MDRhMDBkODBlMTBlZmMyMmQyYjZjOTBmNzIwOTZhMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "60e921ea-b41d-471d-8b0f-12a24e7116f4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T06:59:57.842Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T06:59:57.842Z|b5901653-2c12-4a2a-949c-1ecbba7676cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87a16b94-305a-4274-834f-512346f85f36 ASDC
2022-06-07T06:59:57.843Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:87a16b94-305a-4274-834f-512346f85f36
ServiceInvariantUUID:e75491e2-0cee-4164-b317-aed3a4f323e3
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:60e921ea-b41d-471d-8b0f-12a24e7116f4
ArtifactChecksum:MDRhMDBkODBlMTBlZmMyMmQyYjZjOTBmNzIwOTZhMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e4ad6a91-3946-4bba-8d8f-322fdf5e4228
ResourceInvariantUUID:58eeb283-6db4-47a4-8f23-4d5b25074f88
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0185a9d6-67f6-4eef-b024-e0c470aaa7c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-07T06:59:57.843Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87a16b94-305a-4274-834f-512346f85f36 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-07T06:59:57.874Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:59:57.875Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T06:59:57.875Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T06:59:57.875Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 60e921ea-b41d-471d-8b0f-12a24e7116f4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T06:59:57.875Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T06:59:57.875Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T06:59:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T06:59:58.019Z||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-07T06:59:58.019Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:58.068Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:58.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:59:58.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59185e0b-f577-4832-82af-c5e3e05cfce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585133919,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T06:59:58.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T06:59:58.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:59:58.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T06:59:58.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:59:58.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:59:58.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T06:59:58.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:59:58.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T06:59:58.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T06:59:58.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T06:59:58.116Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T06:59:58.121Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 60e921ea-b41d-471d-8b0f-12a24e7116f4 105664
2022-06-07T06:59:58.121Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T06:59:58.121Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T06:59:58.121Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T06:59:58.121Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T06:59:58.123Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T06:59:58.123Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585198121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T06:59:58.223Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T06:59:58.224Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T06:59:58.224Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T06:59:58.271Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T06:59:58.272Z||pool-132-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-07T06:59:59.124Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T06:59:59.125Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T06:59:59.125Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 60e921ea-b41d-471d-8b0f-12a24e7116f4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.126Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.127Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.127Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.259Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1092135314530773036/Definitions/service-TestPnfMacro-template.yml
2022-06-07T06:59:59.958Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T06:59:59.958Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T06:59:59.958Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.959Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T06:59:59.959Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.959Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.959Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.959Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.960Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.960Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.960Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T06:59:59.960Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T06:59:59.960Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:59.961Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:59.961Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-07T06:59:59.961Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T06:59:59.961Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:59:59.962Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:59.962Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:59.962Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-07T06:59:59.962Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T06:59:59.963Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T06:59:59.963Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:59.963Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:59.963Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:59.963Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:59.964Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:59.964Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:59.964Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:59.964Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:59.964Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:59.965Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:59.965Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:87a16b94-305a-4274-834f-512346f85f36
Model Version:NULL
Model InvariantUuid:e75491e2-0cee-4164-b317-aed3a4f323e3
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-07T06:59:59.971Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0185a9d6-67f6-4eef-b024-e0c470aaa7c6
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-07T06:59:59.973Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-06-07T06:59:59.974Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0185a9d6-67f6-4eef-b024-e0c470aaa7c6
2022-06-07T06:59:59.974Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 87a16b94-305a-4274-834f-512346f85f36
2022-06-07T06:59:59.974Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 87a16b94-305a-4274-834f-512346f85f36
2022-06-07T06:59:59.974Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0185a9d6-67f6-4eef-b024-e0c470aaa7c6 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-07T06:59:59.979Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7099d85f, org.onap.sdc.toscaparser.api.parameters.Input@394ed8dd, org.onap.sdc.toscaparser.api.parameters.Input@63daef77, org.onap.sdc.toscaparser.api.parameters.Input@38e209a9, org.onap.sdc.toscaparser.api.parameters.Input@68775ca]
2022-06-07T06:59:59.979Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:59.979Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:59.980Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 87a16b94-305a-4274-834f-512346f85f36: test-pnf
2022-06-07T06:59:59.980Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||Processing PNF resource: 0185a9d6-67f6-4eef-b024-e0c470aaa7c6
2022-06-07T06:59:59.981Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T06:59:59.981Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T06:59:59.981Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||Resource customization UUID: e4ad6a91-3946-4bba-8d8f-322fdf5e4228 is the same as notified resource customizationUUID: e4ad6a91-3946-4bba-8d8f-322fdf5e4228
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-07T07:00:00.016Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0185a9d6-67f6-4eef-b024-e0c470aaa7c6 0 ASDC deployResourceStructure
2022-06-07T07:00:00.017Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T07:00:00.017Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T07:00:00.017Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T07:00:00.017Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T07:00:00.019Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T07:00:00.019Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585200017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T07:00:00.119Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T07:00:00.120Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T07:00:00.120Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T07:00:00.136Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:00:00.136Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T07:00:01.020Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T07:00:01.032Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T07:00:01.034Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T07:00:01.034Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T07:00:01.034Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T07:00:01.034Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T07:00:01.034Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T07:00:01.034Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T07:00:01.034Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T07:00:01.035Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T07:00:01.035Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T07:00:01.035Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T07:00:01.035Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T07:00:01.035Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:00:01.039Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T07:00:31.040Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0 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-07T07:00:31.047Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0 and serviceModelVersionId: 87a16b94-305a-4274-834f-512346f85f36
2022-06-07T07:00:31.047Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e75491e2-0cee-4164-b317-aed3a4f323e3
2022-06-07T07:00:31.048Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e75491e2-0cee-4164-b317-aed3a4f323e3/model-vers/model-ver/87a16b94-305a-4274-834f-512346f85f36?depth=0
2022-06-07T07:00:31.052Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T07:00:31.089Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e75491e2-0cee-4164-b317-aed3a4f323e3/model-vers/model-ver/87a16b94-305a-4274-834f-512346f85f36?depth=0|INFO|500||Invoke
2022-06-07T07:00:31.089Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e75491e2-0cee-4164-b317-aed3a4f323e3/model-vers/model-ver/87a16b94-305a-4274-834f-512346f85f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e75491e2-0cee-4164-b317-aed3a4f323e3/model-vers/model-ver/87a16b94-305a-4274-834f-512346f85f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59c57bf6-4d36-4080-9d46-f118ae2c9880], X-ECOMP-RequestID=[17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0], X-TransactionId=[], X-ONAP-RequestID=[17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0], Content-Type=[application/merge-patch+json]}
2022-06-07T07:00:31.107Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e75491e2-0cee-4164-b317-aed3a4f323e3/model-vers/model-ver/87a16b94-305a-4274-834f-512346f85f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T07:00:31.307Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e75491e2-0cee-4164-b317-aed3a4f323e3/model-vers/model-ver/87a16b94-305a-4274-834f-512346f85f36?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/e75491e2-0cee-4164-b317-aed3a4f323e3/model-vers/model-ver/87a16b94-305a-4274-834f-512346f85f36?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-07:00:31:085-34021], vertex-id=[258048], Content-Length=[0], Date=[Tue, 07 Jun 2022 07:00:31 GMT], Content-Type=[application/json]}
2022-06-07T07:00:31.307Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e75491e2-0cee-4164-b317-aed3a4f323e3/model-vers/model-ver/87a16b94-305a-4274-834f-512346f85f36?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T07:00:31.308Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e75491e2-0cee-4164-b317-aed3a4f323e3/model-vers/model-ver/87a16b94-305a-4274-834f-512346f85f36?depth=0|INFO|500||InvokeReturn
2022-06-07T07:00:31.308Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T07:00:31.309Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:00:31.313Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:00:31.314Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T07:00:31.314Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T07:00:31.314Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T07:00:31.316Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T07:00:31.316Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585231314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T07:00:31.416Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T07:00:31.417Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T07:00:31.418Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JJ9WLqZXJty80rkO) ...
2022-06-07T07:00:31.479Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:00:31.479Z||pool-134-thread-1|||||INFO|500||cambria reply ok (62 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-07T07:00:32.333Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:00:32.333Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:00:32.334Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:00:41.904Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:00:41.905Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:00:41.905Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:00:41.905Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:00:51.483Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:00:51.484Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:00:51.485Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:00:51.485Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:00:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:00:58.016Z||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-07T07:00:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:00:58.050Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:00:58.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T07:00:58.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:00:58.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:01.043Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:01:01.043Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:01:01.044Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:01:01.044Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:01:10.598Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:01:10.599Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:01:10.599Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:01:10.599Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:01:20.181Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:01:58.011Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:01:58.012Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:01:58.012Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:01:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:01:58.015Z||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-07T07:01:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:01:58.059Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:01:58.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T07:01:58.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654584898011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T07:01:58.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585143175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T07:01:58.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:01:58.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585145776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T07:01:58.069Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:01:58.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585146852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T07:01:58.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:01:58.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585147928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T07:01:58.070Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:01:58.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585149070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T07:01:58.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:01:58.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585150075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T07:01:58.071Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:01:58.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585151078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T07:01:58.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:01:58.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585152082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T07:01:58.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:01:58.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5901653-2c12-4a2a-949c-1ecbba7676cc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585183310,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T07:01:58.072Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:01:58.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T07:01:58.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:01:58.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T07:01:58.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585184328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T07:01:58.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-07T07:02:07.585Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:02:58.012Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:02:58.014Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:02:58.014Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:02:58.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:02:58.018Z||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-07T07:02:58.018Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:02:58.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:02:58.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T07:02:58.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585198121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T07:02:58.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:02:58.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T07:02:58.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585200017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T07:02:58.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:02:58.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T07:02:58.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654585231314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T07:02:58.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T07:03:07.655Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:03:58.011Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:03:58.013Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:03:58.013Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:03:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:03:58.016Z||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-07T07:03:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:04:07.569Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:04:07.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:04:58.011Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:04:58.012Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:04:58.012Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:04:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:04:58.016Z||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-07T07:04:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:05:07.583Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:05:07.583Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:05:58.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:05:58.012Z||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-07T07:05:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:05:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:05:58.016Z||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-07T07:05:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:06:07.571Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:06:07.572Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:06:58.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:06:58.012Z||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-07T07:06:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:06:58.015Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:06:58.016Z||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-07T07:06:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:07:07.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:07:07.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:07:58.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:07:58.012Z||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-07T07:07:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:07:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:07:58.015Z||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-07T07:07:58.015Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:08:07.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:08:07.585Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:08:58.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:08:58.012Z||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-07T07:08:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:08:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:08:58.016Z||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-07T07:08:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:09:07.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:09:07.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:09:58.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:09:58.015Z||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-07T07:09:58.015Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:09:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:09:58.015Z||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-07T07:09:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:10:07.594Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:10:07.595Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:10:58.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:10:58.012Z||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-07T07:10:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:10:58.015Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:10:58.016Z||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-07T07:10:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:11:07.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:11:07.588Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:11:58.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:11:58.012Z||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-07T07:11:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:11:58.015Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:11:58.016Z||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-07T07:11:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:12:07.575Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:12:07.575Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:12:58.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:12:58.012Z||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-07T07:12:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:12:58.015Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:12:58.016Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T07:12:58.016Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:13:07.567Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:13:07.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:13:58.011Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:13:58.012Z||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-07T07:13:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:13:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:13:58.016Z||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-07T07:13:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:14:07.592Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:14:07.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:14:58.012Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:14:58.013Z||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-07T07:14:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:14:58.015Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:14:58.015Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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-07T07:14:58.016Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:15:07.579Z|17b5a2e0-5d2b-4cb9-bb1a-61eaef1031d0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:15:07.579Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:15:58.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:15:58.012Z||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-07T07:15:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:15:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:15:58.016Z||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-07T07:15:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:16:07.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:16:07.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:16:58.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:16:58.012Z||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-07T07:16:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:16:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:16:58.016Z||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-07T07:16:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:17:07.600Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:17:07.600Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:17:58.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:17:58.012Z||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-07T07:17:58.012Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:17:58.015Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:17:58.016Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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-07T07:17:58.016Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:18:07.566Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:18:07.566Z|d56ca3fa-cb3b-4785-a74a-4fcbf15dba10|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:18:58.012Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:18:58.013Z||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-07T07:18:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:18:58.015Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:18:58.015Z||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-07T07:18:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:19:07.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:19:07.574Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:19:58.011Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:19:58.013Z||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-07T07:19:58.013Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:19:58.015Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:19:58.016Z||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-07T07:19:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:20:07.572Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:20:07.576Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:20:58.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:20:58.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:20:58.013Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T07:20:58.015Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:20:58.015Z||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-07T07:20:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:21:07.593Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:21:07.593Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:21:58.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:21:58.014Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:21:58.014Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T07:21:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:21:58.016Z||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-07T07:21:58.016Z||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 JJ9WLqZXJty80rkO) ...
2022-06-07T07:22:07.565Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:22:07.568Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:22:58.011Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:22:58.012Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:22:58.012Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JJ9WLqZXJty80rkO) ...
2022-06-07T07:22:58.015Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:22:58.015Z||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-07T07:22:58.016Z||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 JJ9WLqZXJty80rkO) ...