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-03T03:29:58.776Z||main|||||INFO|500||The following profiles are active: basic
2022-06-03T03:30:12.399Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-03T03:30:12.400Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-03T03:30:12.547Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-03T03:30:16.911Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-03T03:30:17.429Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-03T03:30:17.952Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-03T03:30:17.960Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-03T03:30:18.096Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-03T03:30:18.356Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-03T03:30:18.973Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-03T03:30:20.885Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T03:30:23.443Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T03:30:23.527Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-03T03:30:24.272Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-03T03:30:24.967Z||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-03T03:30:26.432Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-03T03:30:27.588Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-03T03:30:27.611Z||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$$7b5c92.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-03T03:30:27.612Z||main|||||WARN|500||The sdc end point is not alive
2022-06-03T03:30:31.608Z||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-03T03:30:34.977Z||main|||||WARN|500||---
2022-06-03T03:30:34.978Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-03T03:30:34.978Z||main|||||WARN|500||---
2022-06-03T03:30:35.603Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-03T03:30:41.451Z||main|||||INFO|500||Started Application in 46.731 seconds (JVM running for 49.316)
2022-06-03T03:30:41.479Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T03:30:41.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T03:30:41.507Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T03:30:41.546Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T03:30:41.608Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30cc680e-6b64-46f7-b640-c7672ce0d64b url= /sdc/v1/artifactTypes
2022-06-03T03:30:41.608Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T03:30:42.736Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.224] 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$$d15a1816.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-03T03:30:42.743Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cdd83e4
2022-06-03T03:30:42.744Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T03:30:42.768Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T03:30:42.770Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T03:30:42.773Z||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$$d15a1816.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-03T03:31:31.443Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T03:31:31.444Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T03:31:31.445Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T03:31:31.453Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T03:31:31.485Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c084b49-f05d-4e71-bfd4-9a5d75ded0df url= /sdc/v1/artifactTypes
2022-06-03T03:31:31.486Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T03:31:32.534Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.224] 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$$d15a1816.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-03T03:31:32.535Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bd04496
2022-06-03T03:31:32.536Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T03:31:32.538Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T03:31:32.538Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T03:31:32.539Z||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$$d15a1816.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-03T03:32:21.444Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T03:32:21.446Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T03:32:21.446Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T03:32:21.449Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T03:32:21.457Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a49d9173-8ac0-486c-b99f-fb904a5b3976 url= /sdc/v1/artifactTypes
2022-06-03T03:32:21.457Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T03:32:22.482Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.224] 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$$d15a1816.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-03T03:32:22.483Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65e7fdf5
2022-06-03T03:32:22.483Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T03:32:22.484Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T03:32:22.484Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T03:32:22.485Z||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$$d15a1816.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-03T03:33:11.443Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T03:33:11.445Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T03:33:11.445Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T03:33:11.448Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T03:33:11.457Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3cc6d86-caac-4e2b-a973-da4885b8f044 url= /sdc/v1/artifactTypes
2022-06-03T03:33:11.458Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T03:33:12.494Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.30.224] 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$$d15a1816.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-03T03:33:12.494Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79603c77
2022-06-03T03:33:12.495Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T03:33:12.495Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T03:33:12.495Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T03:33:12.496Z||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$$d15a1816.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-03T03:34:01.444Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T03:34:01.445Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T03:34:01.445Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T03:34:01.450Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T03:34:01.456Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4626e9ac-eeca-43f4-8b4a-ee7a23510790 url= /sdc/v1/artifactTypes
2022-06-03T03:34:01.456Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T03:34:02.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.30.224] 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$$d15a1816.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-03T03:34:02.486Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b7a90b7
2022-06-03T03:34:02.486Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T03:34:02.486Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T03:34:02.487Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T03:34:02.488Z||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$$d15a1816.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-03T03:34:51.443Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T03:34:51.443Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T03:34:51.444Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T03:34:51.449Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T03:34:51.456Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 499f1219-391c-416e-9e3a-d202d56e1dab url= /sdc/v1/artifactTypes
2022-06-03T03:34:51.457Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T03:34:52.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.30.224] 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$$d15a1816.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-03T03:34:52.499Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f3eefd4
2022-06-03T03:34:52.499Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-03T03:34:52.500Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-03T03:34:52.500Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-03T03:34:52.501Z||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$$d15a1816.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-03T03:35:41.443Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-03T03:35:41.444Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-03T03:35:41.444Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-03T03:35:41.447Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-03T03:35:41.456Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80c14586-86f0-4d74-a9a7-5f3905409ecc url= /sdc/v1/artifactTypes
2022-06-03T03:35:41.456Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-03T03:35:41.678Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-03T03:35:41.688Z||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-03T03:35:41.711Z||scheduling-1|||||DEBUG|500||create keys
2022-06-03T03:35:41.721Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-03T03:35:41.782Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:35:41.800Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c0770bbc-2149-4a9d-b320-aaeed395eec9 url= /sdc/v1/registerForDistribution
2022-06-03T03:35:42.151Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c0770bbc-2149-4a9d-b320-aaeed395eec9 url= /sdc/v1/registerForDistribution
2022-06-03T03:35:42.151Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-03T03:35:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:35:42.164Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:35:42.172Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-03T03:35:42.177Z||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-03T03:35:42.177Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:35:42.177Z||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-03T03:35:42.178Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:35:52.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:35:52.969Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:36:42.161Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:36:42.163Z||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-03T03:36:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:36:42.163Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:36:42.165Z||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-03T03:36:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:36:51.732Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:36:51.732Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:37:42.161Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:37:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:37:42.164Z||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-03T03:37:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:37:42.165Z||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-03T03:37:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:37:51.722Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:37:51.722Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:38:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:38:42.162Z||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-03T03:38:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:38:42.164Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:38:42.165Z||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-03T03:38:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:38:51.736Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:38:51.736Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:39:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:39:42.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:39:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:39:42.164Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:39:42.165Z||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-03T03:39:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:39:51.730Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:39:51.731Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:39:55.752Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-03T03:40:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:40:42.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:40:42.161Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:40:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:40:42.164Z||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-03T03:40:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:40:51.718Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:40:51.718Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:41:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:41:42.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:41:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:41:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:41:42.164Z||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-03T03:41:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:41:51.717Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:41:51.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:42:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:42:42.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:42:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:42:42.163Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:42:42.165Z||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-03T03:42:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:42:51.724Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:42:51.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:43:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:43:42.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:43:42.163Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:43:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:43:42.164Z||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-03T03:43:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:43:51.720Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:43:51.720Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:44:42.161Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:44:42.164Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:44:42.164Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:44:42.164Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:44:42.165Z||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-03T03:44:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:44:51.717Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:44:51.718Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:45:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:45:42.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:45:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:45:42.164Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:45:42.164Z||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-03T03:45:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:45:51.731Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:45:51.734Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:46:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:46:42.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:46:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:46:42.164Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:46:42.165Z||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-03T03:46:42.166Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:46:51.721Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:46:51.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:47:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:47:42.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:47:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:47:42.163Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:47:42.164Z||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-03T03:47:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:47:51.718Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:47:51.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:48:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:48:42.161Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:48:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:48:42.164Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:48:42.165Z||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-03T03:48:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:48:51.726Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:48:51.751Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:49:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:49:42.163Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:49:42.164Z||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-03T03:49:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:49:42.165Z||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-03T03:49:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:49:51.731Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:49:51.731Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:50:42.160Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:50:42.163Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:50:42.164Z||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-03T03:50:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:50:42.164Z||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-03T03:50:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:50:51.726Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:50:51.732Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:51:42.160Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:51:42.162Z||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-03T03:51:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:51:42.163Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:51:42.164Z||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-03T03:51:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:51:51.722Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:51:51.727Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:52:42.161Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:52:42.162Z||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-03T03:52:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:52:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:52:42.164Z||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-03T03:52:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:52:51.725Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:52:51.725Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:53:42.161Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:53:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:53:42.163Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:53:42.164Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:53:42.164Z||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-03T03:53:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:53:51.731Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:53:51.733Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:54:42.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:54:42.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:54:42.162Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:54:42.163Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:54:42.164Z||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-03T03:54:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:54:51.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:54:51.724Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:55:42.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:55:42.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:55:42.162Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:55:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:55:42.164Z||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-03T03:55:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:55:51.718Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:55:51.722Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:56:42.161Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:56:42.162Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:56:42.162Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:56:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:56:42.164Z||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-03T03:56:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:56:51.719Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:56:51.735Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:57:42.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:57:42.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:57:42.161Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:57:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:57:42.164Z||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-03T03:57:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:57:51.720Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:57:51.720Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:58:42.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:58:42.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:58:42.162Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:58:42.164Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:58:42.164Z||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-03T03:58:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:58:51.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:58:51.719Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:59:42.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:59:42.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T03:59:42.162Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T03:59:42.164Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T03:59:42.165Z||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-03T03:59:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T03:59:51.719Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T03:59:51.726Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:00:42.161Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:00:42.163Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:00:42.163Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:00:42.164Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:00:42.164Z||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-03T04:00:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:00:51.741Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:00:51.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:01:42.161Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:01:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:01:42.164Z||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-03T04:01:42.164Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:01:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:01:42.165Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:01:51.736Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:01:51.737Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:02:42.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:02:42.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:02:42.161Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:02:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:02:42.164Z||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-03T04:02:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:02:51.717Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:02:51.717Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:03:42.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:03:42.162Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:03:42.162Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:03:42.163Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:03:42.164Z||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-03T04:03:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:03:51.718Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:03:51.723Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:04:42.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:04:42.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:04:42.161Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:04:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:04:42.164Z||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-03T04:04:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:04:51.718Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:04:51.719Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:05:42.160Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:05:42.161Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:05:42.162Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:05:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:05:42.164Z||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-03T04:05:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:05:51.721Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:05:51.721Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:06:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:06:42.162Z||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-03T04:06:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:06:42.164Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:06:42.165Z||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-03T04:06:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:06:51.723Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:06:51.726Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:07:42.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:07:42.162Z||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-03T04:07:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:07:42.163Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:07:42.164Z||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-03T04:07:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:07:51.725Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:07:51.725Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:08:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:08:42.161Z||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-03T04:08:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:08:42.164Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:08:42.165Z||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-03T04:08:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:08:51.718Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:08:51.722Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:09:42.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:09:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:09:42.163Z||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-03T04:09:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:09:42.164Z||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-03T04:09:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:09:51.732Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:09:51.732Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:10:42.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:10:42.163Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:10:42.164Z||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-03T04:10:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:10:42.164Z||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-03T04:10:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:10:51.724Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:10:51.724Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:11:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:11:42.162Z||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-03T04:11:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:11:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:11:42.164Z||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-03T04:11:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:11:51.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:11:51.725Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:12:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:12:42.162Z||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-03T04:12:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:12:42.164Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:12:42.164Z||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-03T04:12:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:12:51.712Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:12:51.715Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:13:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:13:42.162Z||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-03T04:13:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:13:42.163Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:13:42.164Z||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-03T04:13:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:13:51.720Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:13:51.723Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:14:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:14:42.161Z||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-03T04:14:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:14:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:14:42.164Z||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-03T04:14:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:14:51.730Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:14:51.733Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:15:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:15:42.161Z||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-03T04:15:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:15:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:15:42.164Z||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-03T04:15:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:15:51.724Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:15:51.724Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:16:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:16:42.161Z||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-03T04:16:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:16:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:16:42.164Z||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-03T04:16:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:16:51.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:16:51.723Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:17:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:17:42.161Z||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-03T04:17:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:17:42.163Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:17:42.165Z||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-03T04:17:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:17:51.726Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:17:51.726Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:18:42.162Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:18:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:18:42.164Z||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-03T04:18:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:18:42.164Z||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-03T04:18:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:18:51.729Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:18:51.729Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:19:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:19:42.162Z||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-03T04:19:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:19:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:19:42.164Z||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-03T04:19:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:19:51.723Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:19:51.723Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:20:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:20:42.162Z||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-03T04:20:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:20:42.163Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:20:42.164Z||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-03T04:20:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:20:51.722Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:20:51.731Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:21:42.160Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:21:42.161Z||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-03T04:21:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:21:42.163Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:21:42.164Z||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-03T04:21:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:21:51.725Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:21:51.732Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:22:42.160Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:22:42.161Z||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-03T04:22:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:22:42.164Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:22:42.165Z||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-03T04:22:42.166Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:22:51.733Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:22:51.733Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:23:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:23:42.161Z||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-03T04:23:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:23:42.164Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:23:42.166Z||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-03T04:23:42.166Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:23:51.725Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:23:51.726Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:24:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:24:42.161Z||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-03T04:24:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:24:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:24:42.164Z||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-03T04:24:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:24:51.719Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:24:51.719Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:25:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:25:42.162Z||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-03T04:25:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:25:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:25:42.164Z||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-03T04:25:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:25:51.723Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:25:51.727Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:26:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:26:42.161Z||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-03T04:26:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:26:42.163Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:26:42.164Z||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-03T04:26:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:26:51.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:26:51.718Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:27:42.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:27:42.163Z||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-03T04:27:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:27:42.163Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:27:42.164Z||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-03T04:27:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:27:51.740Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:27:51.766Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:28:42.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:28:42.163Z||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-03T04:28:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:28:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:28:42.164Z||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-03T04:28:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:28:51.726Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:28:51.729Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:29:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:29:42.161Z||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-03T04:29:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:29:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:29:42.165Z||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-03T04:29:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:29:51.723Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:29:51.723Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:30:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:30:42.162Z||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-03T04:30:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:30:42.164Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:30:42.164Z||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-03T04:30:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:30:51.712Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:30:51.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:31:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:31:42.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:31:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:31:42.164Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:31:42.166Z||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-03T04:31:42.166Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:31:51.718Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:31:51.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:32:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:32:42.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:32:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:32:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:32:42.164Z||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-03T04:32:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:32:51.715Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:32:51.723Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:33:42.160Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:33:42.162Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:33:42.162Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:33:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:33:42.164Z||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-03T04:33:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:33:51.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:33:51.728Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:34:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:34:42.162Z||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-03T04:34:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:34:42.163Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:34:42.164Z||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-03T04:34:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:34:51.713Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:34:51.729Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:35:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:35:42.162Z||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-03T04:35:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:35:42.163Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:35:42.164Z||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-03T04:35:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:35:51.730Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:35:51.732Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:36:42.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:36:42.166Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:36:42.171Z||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-03T04:36:42.171Z||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-03T04:36:42.172Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:36:42.172Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:36:51.731Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:36:51.735Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:37:42.161Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:37:42.163Z||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-03T04:37:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:37:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:37:42.164Z||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-03T04:37:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:37:51.718Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:37:51.722Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:42.160Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:38:42.162Z||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-03T04:38:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:38:42.164Z||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-03T04:38:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:42.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:42.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3180abeb-517f-4f4c-bdc7-e3a59bf770ab","serviceName":"basic_onboard_PdGpMx","serviceVersion":"1.0","serviceUUID":"f590b394-4762-420a-ac66-26957c59db21","serviceDescription":"service","serviceInvariantUUID":"e288a725-506c-4a60-847b-b54667968f41","resources":[{"resourceInstanceName":"basic_onboard_PdGpMx 0","resourceName":"basic_onboard_PdGpMx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4af36fb-6a15-47ff-93aa-24206fafc4b4","resourceInvariantUUID":"f007341f-d3fc-45dd-89c8-6e8c8c8b6deb","resourceCustomizationUUID":"a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml","artifactChecksum":"NzY3Nzk3YjYxMGRmZjhkM2JiOTQ1OTdhYTc4YjI1YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfad7e80-bcd5-4e82-b557-5845b3ead7e4","artifactVersion":"1"},{"artifactName":"basic_onboard_pdgpmx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json","artifactChecksum":"OTEzNWNiZDYxY2Q4Mzg3ZWM2MWQ3ODZmMjRlMjFkZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1b724d0-0aaf-4020-a1ab-6ad8bcee02b8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b19df288-9ad2-45fa-989a-c31024c6b617","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3caa6aba-2c7f-4679-937c-f39af313fc9b","artifactVersion":"2","generatedFromUUID":"6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPdgpmx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml","artifactChecksum":"ZTBhNGM0ODQ1Yzk2YzAzYjJiNzllYzczZDI4N2Q2N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"faf7d14e-bbbb-4850-9d50-df79a4bbc338","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPdgpmx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar","artifactChecksum":"Zjk0Y2UyMjk5MjYyNTUwN2QyZjE4YjE2NGMxODNmZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b6c5ef9-33e7-45d0-a95c-bbaa42023753","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T04:38:42.460Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:38:42.467Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:42.481Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:42.482Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.582Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-03T04:38:42.587Z||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-03T04:38:42.587Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:42.605Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:42.606Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:42.644Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:42.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "cds",
  "timestamp": 1654231092625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231098030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231098030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "cds",
  "timestamp": 1654231092625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "cds",
  "timestamp": 1654231092625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231098030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:38:42.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231098030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "cds",
  "timestamp": 1654231092625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231098030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "cds",
  "timestamp": 1654231092625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231106122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231098030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "cds",
  "timestamp": 1654231092625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231106122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231107741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231098030,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:38:42.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "cds",
  "timestamp": 1654231092625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:38:42.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231106122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231108198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231107741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231109340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231106122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231108198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:38:42.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231107741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231109340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:38:42.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231106122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231108198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:38:42.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231107741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231110631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231109340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231106122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "cds",
  "timestamp": 1654231111091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:42.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:38:42.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231111085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:42.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:38:42.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231108198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231107741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231110631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231109340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231106122,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "cds",
  "timestamp": 1654231112114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-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-03T04:38:42.906Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
2022-06-03T04:38:42.934Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3180abeb-517f-4f4c-bdc7-e3a59bf770ab 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-03T04:38:42.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231108198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T04:38:42.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231112111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:38:42.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:38:42.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231107741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231110631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231109340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "policy-id",
  "timestamp": 1654231113117,
  "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-03T04:38:42.988Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
2022-06-03T04:38:42.988Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3180abeb-517f-4f4c-bdc7-e3a59bf770ab 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-03T04:38:42.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231108198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:42.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:42.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:42.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231107741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:38:42.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:43.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231110631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:43.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:43.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231109340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:43.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:43.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231108198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:38:43.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:43.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231110631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:43.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:43.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231115866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:43.003Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:38:43.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231109340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:38:43.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:43.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231116445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:43.004Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:38:43.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231110631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:43.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:43.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231110631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:38:43.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:38:43.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231117914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:43.006Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:38:43.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231120032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:43.006Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:38:43.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231120313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:43.007Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:38:43.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:38:43.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231121392,
  "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-03T04:38:43.014Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
2022-06-03T04:38:43.015Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3180abeb-517f-4f4c-bdc7-e3a59bf770ab 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-03T04:38:43.489Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:38:43.491Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:43.493Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:43.493Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:38:43.593Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:38:43.594Z||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-03T04:38:43.595Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:43.613Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:43.613Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:44.494Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:38:44.495Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:44.498Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:44.499Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:38:44.599Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:38:44.600Z||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-03T04:38:44.600Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:44.621Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:44.621Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:45.499Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:38:45.500Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:45.503Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:45.504Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:45.604Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:38:45.605Z||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-03T04:38:45.605Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:45.621Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:45.622Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:46.506Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:38:46.506Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:46.509Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:46.509Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T04:38:46.610Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T04:38:46.611Z||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-03T04:38:46.612Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:46.631Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:46.632Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:47.513Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:38:47.514Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:47.516Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:47.516Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:38:47.616Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:38:47.618Z||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-03T04:38:47.618Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:47.641Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:47.642Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:48.517Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:38:48.518Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:48.522Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:48.522Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:38:48.623Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:38:48.624Z||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-03T04:38:48.624Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:48.641Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:48.643Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:49.525Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "serviceName": "basic_onboard_PdGpMx",
  "serviceVersion": "1.0",
  "serviceUUID": "f590b394-4762-420a-ac66-26957c59db21",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e288a725-506c-4a60-847b-b54667968f41",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_PdGpMx 0",
      "resourceCustomizationUUID": "a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5",
      "resourceName": "basic_onboard_PdGpMx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4af36fb-6a15-47ff-93aa-24206fafc4b4",
      "resourceInvariantUUID": "f007341f-d3fc-45dd-89c8-6e8c8c8b6deb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pdgpmx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
          "artifactChecksum": "OTEzNWNiZDYxY2Q4Mzg3ZWM2MWQ3ODZmMjRlMjFkZTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1b724d0-0aaf-4020-a1ab-6ad8bcee02b8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3caa6aba-2c7f-4679-937c-f39af313fc9b",
            "generatedFromUUID": "6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3caa6aba-2c7f-4679-937c-f39af313fc9b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPdgpmx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
      "artifactChecksum": "Zjk0Y2UyMjk5MjYyNTUwN2QyZjE4YjE2NGMxODNmZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b6c5ef9-33e7-45d0-a95c-bbaa42023753"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T04:38:49.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T04:38:49.526Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f590b394-4762-420a-ac66-26957c59db21 ASDC
2022-06-03T04:38:49.684Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3180abeb-517f-4f4c-bdc7-e3a59bf770ab
ServiceName:basic_onboard_PdGpMx
ServiceVersion:1.0
ServiceUUID:f590b394-4762-420a-ac66-26957c59db21
ServiceInvariantUUID:e288a725-506c-4a60-847b-b54667968f41
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPdgpmx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar
ArtifactUUID:3b6c5ef9-33e7-45d0-a95c-bbaa42023753
ArtifactChecksum:Zjk0Y2UyMjk5MjYyNTUwN2QyZjE4YjE2NGMxODNmZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PdGpMx 0
ResourceCustomizationUUID:a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5
ResourceInvariantUUID:f007341f-d3fc-45dd-89c8-6e8c8c8b6deb
ResourceName:basic_onboard_PdGpMx
ResourceType:VF
ResourceUUID:c4af36fb-6a15-47ff-93aa-24206fafc4b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pdgpmx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json
ArtifactUUID:e1b724d0-0aaf-4020-a1ab-6ad8bcee02b8
ArtifactChecksum:OTEzNWNiZDYxY2Q4Mzg3ZWM2MWQ3ODZmMjRlMjFkZTY=
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/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d
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/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env
ArtifactUUID:3caa6aba-2c7f-4679-937c-f39af313fc9b
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/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env
ArtifactUUID:3caa6aba-2c7f-4679-937c-f39af313fc9b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T04:38:49.685Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f590b394-4762-420a-ac66-26957c59db21 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-03T04:38:49.752Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T04:38:49.753Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-03T04:38:49.755Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-03T04:38:49.755Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3b6c5ef9-33e7-45d0-a95c-bbaa42023753 from URL: /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:49.755Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-03T04:38:49.757Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:50.356Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-03T04:38:50.372Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar 3b6c5ef9-33e7-45d0-a95c-bbaa42023753 71575
2022-06-03T04:38:50.373Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar ASDC sendASDCNotification
2022-06-03T04:38:50.373Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:50.374Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:38:50.375Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:50.377Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:50.377Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231130372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:50.477Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:38:50.479Z||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-03T04:38:50.480Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:50.504Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:50.504Z||pool-10-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:51.377Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T04:38:51.379Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-03T04:38:51.379Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3b6c5ef9-33e7-45d0-a95c-bbaa42023753, URL: /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar to file: /app/ASDC/1/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:51.380Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:51.556Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:51.556Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:52.145Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10192589729059639254/Definitions/service-BasicOnboardPdgpmx-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-03T04:38:54.515Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T04:38:54.523Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-03T04:38:54.523Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.524Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T04:38:54.524Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PdGpMx 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-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.524Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||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-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.524Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||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-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.524Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||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-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.524Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||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-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.524Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.524Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.524Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||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-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.525Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||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-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:38:54.525Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-03T04:38:54.533Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.536Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:38:54.542Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is matching search criteria
2022-06-03T04:38:54.543Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-03T04:38:54.545Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PdGpMx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T04:38:54.547Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.547Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:38:54.548Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is matching search criteria
2022-06-03T04:38:54.548Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-03T04:38:54.548Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PdGpMx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T04:38:54.548Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.549Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:38:54.553Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.553Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is not matching search criteria
2022-06-03T04:38:54.554Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-03T04:38:54.554Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-03T04:38:54.554Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-03T04:38:54.555Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T04:38:54.555Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T04:38:54.555Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.555Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T04:38:54.557Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.558Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is matching search criteria
2022-06-03T04:38:54.558Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PdGpMx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:38:54.559Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.559Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is matching search criteria
2022-06-03T04:38:54.559Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PdGpMx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:38:54.560Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.560Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is matching search criteria
2022-06-03T04:38:54.560Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PdGpMx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:38:54.561Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.561Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is not matching search criteria
2022-06-03T04:38:54.561Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T04:38:54.561Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T04:38:54.562Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a89e7742-c29b-43ae-8ce1-a4e278ea937c
2022-06-03T04:38:54.562Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.562Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:38:54.562Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.563Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:38:54.563Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.563Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:38:54.564Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:38:54.564Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:38:54.564Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_PdGpMx
Description:service
Model UUID:f590b394-4762-420a-ac66-26957c59db21
Model Version:NULL
Model InvariantUuid:e288a725-506c-4a60-847b-b54667968f41
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_PdGpMx
Model UUID:ad285cf0-4010-4294-b633-d5f9679c8e52
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f007341f-d3fc-45dd-89c8-6e8c8c8b6deb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:53f4a43c-dffe-4c23-8ed2-bddbbbf75d92
ModelName:BasicOnboardPdgpmx..base_ubuntu18..module-0
ModelUuid:a291cfcd-c1f6-4d8e-aca9-cfd599662488
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a89e7742-c29b-43ae-8ce1-a4e278ea937c
ModelInvariantUuid:6e8e53f1-f73c-43b6-a930-cacc83b5642c
ModelName:basic_onboard_PdGpMx-nodes.ubuntu18Cvfc
ModelUuid:8203585d-9a7e-48b5-ae76-008f91ef5fb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:78628d8c-950f-433e-893b-4b7761598ad0
ModelInvariantUuid:0588e4f7-fc73-465b-a6bc-31f275fff8a4
ModelName:BasicOnboardPdgpmx.compute.nodes.heat.ubuntu18
ModelUuid:2a67e19e-5fe9-4944-b173-fcf71d826e2e
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-03T04:38:54.583Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c4af36fb-6a15-47ff-93aa-24206fafc4b4
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-03T04:38:54.711Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||basic_onboard_PdGpMx 0
2022-06-03T04:38:54.720Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4af36fb-6a15-47ff-93aa-24206fafc4b4
2022-06-03T04:38:54.720Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e1b724d0-0aaf-4020-a1ab-6ad8bcee02b8 from URL: /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json
2022-06-03T04:38:54.720Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-03T04:38:54.720Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json
2022-06-03T04:38:55.482Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-03T04:38:55.483Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json e1b724d0-0aaf-4020-a1ab-6ad8bcee02b8 798
2022-06-03T04:38:55.483Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json ASDC sendASDCNotification
2022-06-03T04:38:55.483Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json
2022-06-03T04:38:55.484Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:38:55.484Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:55.488Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:55.488Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231135483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:55.588Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T04:38:55.588Z||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-03T04:38:55.589Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:55.608Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:55.608Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:56.490Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPdgpmx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "53f4a43c-dffe-4c23-8ed2-bddbbbf75d92",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a291cfcd-c1f6-4d8e-aca9-cfd599662488",
    "vfModuleModelCustomizationUUID": "2ab8373f-2823-4452-b447-3fed6a8c22a2",
    "isBase": true,
    "artifacts": [
      "6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d",
      "3caa6aba-2c7f-4679-937c-f39af313fc9b"
    ],
    "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-03T04:38:56.509Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPdgpmx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a291cfcd-c1f6-4d8e-aca9-cfd599662488
VfModuleModelInvariantUUID:53f4a43c-dffe-4c23-8ed2-bddbbbf75d92
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d
,
3caa6aba-2c7f-4679-937c-f39af313fc9b

}
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-03T04:38:56.514Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPdgpmx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "53f4a43c-dffe-4c23-8ed2-bddbbbf75d92",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a291cfcd-c1f6-4d8e-aca9-cfd599662488",
    "vfModuleModelCustomizationUUID": "2ab8373f-2823-4452-b447-3fed6a8c22a2",
    "isBase": true,
    "artifacts": [
      "6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d",
      "3caa6aba-2c7f-4679-937c-f39af313fc9b"
    ],
    "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-03T04:38:56.514Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPdgpmx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a291cfcd-c1f6-4d8e-aca9-cfd599662488
VfModuleModelInvariantUUID:53f4a43c-dffe-4c23-8ed2-bddbbbf75d92
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d
,
3caa6aba-2c7f-4679-937c-f39af313fc9b

}
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-03T04:38:56.514Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d from URL: /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml
2022-06-03T04:38:56.515Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-03T04:38:56.515Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml
2022-06-03T04:38:57.079Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-03T04:38:57.079Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml 6f4b76ee-44d6-46bd-b8b8-15ad3e2ed53d 5033
2022-06-03T04:38:57.079Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T04:38:57.080Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml
2022-06-03T04:38:57.080Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:38:57.080Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:57.082Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:57.082Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231137079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:57.183Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T04:38:57.184Z||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-03T04:38:57.184Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:57.201Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:57.202Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:38:58.083Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3caa6aba-2c7f-4679-937c-f39af313fc9b from URL: /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env
2022-06-03T04:38:58.083Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-03T04:38:58.084Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env
2022-06-03T04:38:59.352Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-03T04:38:59.353Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env 3caa6aba-2c7f-4679-937c-f39af313fc9b 909
2022-06-03T04:38:59.353Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T04:38:59.353Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env
2022-06-03T04:38:59.353Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:38:59.354Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:38:59.356Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:38:59.357Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231139353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:38:59.457Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:38:59.458Z||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-03T04:38:59.458Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:38:59.476Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:38:59.476Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:39:00.358Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f590b394-4762-420a-ac66-26957c59db21
2022-06-03T04:39:00.359Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PdGpMx 0 c4af36fb-6a15-47ff-93aa-24206fafc4b4 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-03T04:39:00.406Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d055d79, org.onap.sdc.toscaparser.api.parameters.Input@5c08967b, org.onap.sdc.toscaparser.api.parameters.Input@4d553454, org.onap.sdc.toscaparser.api.parameters.Input@151ff995, org.onap.sdc.toscaparser.api.parameters.Input@224680da]
2022-06-03T04:39:00.411Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.411Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:39:00.412Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-03T04:39:00.412Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5
2022-06-03T04:39:00.413Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5 matches Tosca VF Customization UUID: a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5
2022-06-03T04:39:00.413Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5  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-03T04:39:00.425Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.426Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:39:00.431Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5: {\"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-03T04:39:00.431Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b55132f
2022-06-03T04:39:00.431Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.432Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T04:39:00.432Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2ab8373f-2823-4452-b447-3fed6a8c22a2
2022-06-03T04:39:00.434Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2ab8373f-2823-4452-b447-3fed6a8c22a2
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-03T04:39:00.442Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.442Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is matching search criteria
2022-06-03T04:39:00.443Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PdGpMx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:39:00.445Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.445Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is matching search criteria
2022-06-03T04:39:00.445Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PdGpMx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:39:00.446Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.447Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is not matching search criteria
2022-06-03T04:39:00.447Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-03T04:39:00.448Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-03T04:39:00.448Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a89e7742-c29b-43ae-8ce1-a4e278ea937c
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-03T04:39:00.461Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.462Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is matching search criteria
2022-06-03T04:39:00.462Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PdGpMx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:39:00.463Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.463Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_PdGpMx 0 is matching search criteria
2022-06-03T04:39:00.464Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_PdGpMx 0] matching following query criteria: sdcType=VF, customizationUUID=a2e5d8e3-dcc2-4386-8900-068b7bbe1cf5
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-03T04:39:00.467Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.467Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:39:00.468Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f590b394-4762-420a-ac66-26957c59db21: basic_onboard_PdGpMx
2022-06-03T04:39:00.468Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.468Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:39:00.469Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.469Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:39:00.470Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.471Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:39:00.471Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.471Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:39:00.472Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:39:00.472Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_PdGpMx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:39:00.472Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_PdGpMx 
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-03T04:39:00.658Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PdGpMx c4af36fb-6a15-47ff-93aa-24206fafc4b4 1 ASDC deployResourceStructure
2022-06-03T04:39:00.658Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json ASDC sendASDCNotification
2022-06-03T04:39:00.658Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json
2022-06-03T04:39:00.659Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:39:00.659Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:39:00.661Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:39:00.662Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231140658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:39:00.762Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:39:00.763Z||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-03T04:39:00.763Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:39:00.785Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:39:00.785Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:39:01.663Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-03T04:39:01.663Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml
2022-06-03T04:39:01.663Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:39:01.664Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:39:01.666Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:39:01.666Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231141663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T04:39:01.766Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:39:01.767Z||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-03T04:39:01.768Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:39:01.795Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:39:01.796Z||pool-15-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:39:02.667Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-03T04:39:02.667Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env
2022-06-03T04:39:02.668Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:39:02.668Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:39:02.670Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:39:02.670Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231142667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-03T04:39:02.770Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:39:02.771Z||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-03T04:39:02.771Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:39:02.789Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:39:02.790Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:39:03.670Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar ASDC sendASDCNotification
2022-06-03T04:39:03.671Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar
2022-06-03T04:39:03.671Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:39:03.672Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:39:03.674Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:39:03.674Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231143670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:39:03.774Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:39:03.775Z||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-03T04:39:03.776Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:39:03.794Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:39:03.795Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:39:04.675Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:39:04.698Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:39:04.701Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:39:04.702Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:39:04.702Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:39:34.702Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:39:34.716Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:39:34.720Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:39:34.721Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:39:34.721Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:39:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:39:42.165Z||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-03T04:39:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:39:42.197Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:39:42.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:39:42.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:39:42.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:40:04.721Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:40:04.735Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:40:04.739Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:40:04.739Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:40:04.739Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:40:34.739Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:40:34.753Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:40:34.756Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:40:34.756Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:40:34.756Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:40:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:40:42.164Z||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-03T04:40:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:40:42.200Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:40:42.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:40:42.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231122401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:40:42.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:04.757Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:41:04.771Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:41:04.775Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:41:04.776Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:41:04.776Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:41:34.776Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:41:34.788Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:41:34.791Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:41:34.791Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:41:34.791Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:41:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:41:42.164Z||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-03T04:41:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:41:42.712Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:41:42.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231122983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "cds",
  "timestamp": 1654231113121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231118030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "cds",
  "timestamp": 1654231113121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vfw8626e8c98b9e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231118030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vfw8626e8c98b9e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231124060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "cds",
  "timestamp": 1654231113121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231118030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "clamp",
  "timestamp": 1654231125065,
  "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-03T04:41:42.734Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
2022-06-03T04:41:42.734Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3180abeb-517f-4f4c-bdc7-e3a59bf770ab 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-03T04:41:42.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231125550,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.746Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "cds",
  "timestamp": 1654231113121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231118030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231126122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231126561,
  "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-03T04:41:42.753Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
2022-06-03T04:41:42.754Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3180abeb-517f-4f4c-bdc7-e3a59bf770ab 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-03T04:41:42.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "cds",
  "timestamp": 1654231113121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231118030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231126122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vfw8626e8c98b9e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "cds",
  "timestamp": 1654231113121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231118030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231122160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231126122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "cds",
  "timestamp": 1654231113121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231128198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231118030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231126122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231128198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vfw8626e8c98b9e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231130372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "cds",
  "timestamp": 1654231129575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231126122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231130041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231128198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "cds",
  "timestamp": 1654231130581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-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-03T04:41:42.800Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1b18e5a-59f5-4b8f-8738-8e632478baf2
2022-06-03T04:41:42.800Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1b18e5a-59f5-4b8f-8738-8e632478baf2 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-03T04:41:42.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231126122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231131046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231128198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231132413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231126122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "policy-id",
  "timestamp": 1654231132050,
  "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-03T04:41:42.832Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1b18e5a-59f5-4b8f-8738-8e632478baf2
2022-06-03T04:41:42.833Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1b18e5a-59f5-4b8f-8738-8e632478baf2 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-03T04:41:42.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231128198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "aai-ml",
  "timestamp": 1654231133420,
  "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-03T04:41:42.859Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
2022-06-03T04:41:42.860Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3180abeb-517f-4f4c-bdc7-e3a59bf770ab 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-03T04:41:42.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231128198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231128198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231135483,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231136539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vfw8626e8c98b9e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231137079,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231137741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231138316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231139353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.874Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231137741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vfw8626e8c98b9e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231139340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231137741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231140658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/basic_onboard_pdgpmx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231140708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231139340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vfw8626e8c98b9e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231137741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231141663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231140632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231141743,
  "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-03T04:41:42.886Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1b18e5a-59f5-4b8f-8738-8e632478baf2
2022-06-03T04:41:42.886Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1b18e5a-59f5-4b8f-8738-8e632478baf2 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-03T04:41:42.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231139340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231137741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231142667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/resourceInstances/basic_onboard_pdgpmx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231140632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vfw8626e8c98b9e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231142747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vfw8626e8c98b9e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.899Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231139340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231137741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231143670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPdgpmx/1.0/artifacts/service-BasicOnboardPdgpmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231140632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231139340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231137741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231140632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231139340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231145503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231140632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/resourceInstances/vfw8626e8c98b9e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231139340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231140632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:41:42.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231140632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:41:42.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:41:42.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231148817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.905Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231152954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231153961,
  "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-03T04:41:42.915Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1b18e5a-59f5-4b8f-8738-8e632478baf2
2022-06-03T04:41:42.915Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1b18e5a-59f5-4b8f-8738-8e632478baf2 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-03T04:41:42.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231158984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:41:42.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231160994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231161559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603043401/1.0/artifacts/service-Vfw20220603043401-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:41:42.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:41:42.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "clamp",
  "timestamp": 1654231161999,
  "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-03T04:41:42.936Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1b18e5a-59f5-4b8f-8738-8e632478baf2
2022-06-03T04:41:42.936Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1b18e5a-59f5-4b8f-8738-8e632478baf2 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-03T04:41:42.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:41:42.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1b18e5a-59f5-4b8f-8738-8e632478baf2",
  "consumerID": "aai-ml",
  "timestamp": 1654231162569,
  "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-03T04:41:42.951Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1b18e5a-59f5-4b8f-8738-8e632478baf2
2022-06-03T04:41:42.951Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1b18e5a-59f5-4b8f-8738-8e632478baf2 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-03T04:42:04.791Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:42:04.804Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:42:04.808Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:42:04.808Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T04:42:04.808Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T04:42:04.808Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T04:42:04.808Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:42:04.808Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:42:04.808Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:42:04.809Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:42:04.809Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:42:04.809Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:42:04.809Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||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-03T04:42:04.814Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T04:42:34.815Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab 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-03T04:42:34.825Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3180abeb-517f-4f4c-bdc7-e3a59bf770ab and serviceModelVersionId: f590b394-4762-420a-ac66-26957c59db21
2022-06-03T04:42:34.826Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e288a725-506c-4a60-847b-b54667968f41
2022-06-03T04:42:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:42:42.164Z||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-03T04:42:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:42:50.253Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e288a725-506c-4a60-847b-b54667968f41/model-vers/model-ver/f590b394-4762-420a-ac66-26957c59db21?depth=0
2022-06-03T04:42:50.368Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T04:42:50.884Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e288a725-506c-4a60-847b-b54667968f41/model-vers/model-ver/f590b394-4762-420a-ac66-26957c59db21?depth=0|INFO|500||Invoke
2022-06-03T04:42:50.891Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e288a725-506c-4a60-847b-b54667968f41/model-vers/model-ver/f590b394-4762-420a-ac66-26957c59db21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e288a725-506c-4a60-847b-b54667968f41/model-vers/model-ver/f590b394-4762-420a-ac66-26957c59db21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3180abeb-517f-4f4c-bdc7-e3a59bf770ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7d2f8eb-9e97-41a1-9688-2921cc8c2f02], X-ECOMP-RequestID=[3180abeb-517f-4f4c-bdc7-e3a59bf770ab], X-TransactionId=[], X-ONAP-RequestID=[3180abeb-517f-4f4c-bdc7-e3a59bf770ab], Content-Type=[application/merge-patch+json]}
2022-06-03T04:42:51.029Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e288a725-506c-4a60-847b-b54667968f41/model-vers/model-ver/f590b394-4762-420a-ac66-26957c59db21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T04:42:51.727Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:42:52.191Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e288a725-506c-4a60-847b-b54667968f41/model-vers/model-ver/f590b394-4762-420a-ac66-26957c59db21?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/e288a725-506c-4a60-847b-b54667968f41/model-vers/model-ver/f590b394-4762-420a-ac66-26957c59db21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220603-04:42:51:041-81330], vertex-id=[164088], Content-Length=[0], Date=[Fri, 03 Jun 2022 04:42:51 GMT], Content-Type=[application/json]}
2022-06-03T04:42:52.193Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e288a725-506c-4a60-847b-b54667968f41/model-vers/model-ver/f590b394-4762-420a-ac66-26957c59db21?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T04:42:52.194Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e288a725-506c-4a60-847b-b54667968f41/model-vers/model-ver/f590b394-4762-420a-ac66-26957c59db21?depth=0|INFO|500||InvokeReturn
2022-06-03T04:42:52.198Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T04:42:52.198Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||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-03T04:42:52.205Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||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-03T04:42:52.206Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3180abeb-517f-4f4c-bdc7-e3a59bf770ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T04:42:52.207Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T04:42:52.208Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:42:52.210Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:42:52.211Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231372206,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T04:42:52.311Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:42:52.313Z||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-03T04:42:52.313Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:42:52.331Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:42:52.332Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T04:42:53.224Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:42:53.224Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T04:42:53.225Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:43:03.588Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:43:03.589Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:43:03.589Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T04:43:03.589Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:43:13.138Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:43:13.139Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:43:13.139Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T04:43:13.139Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:43:22.699Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:43:22.700Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:43:22.701Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T04:43:22.701Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:43:32.259Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:43:42.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:43:42.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:43:42.161Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:43:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:43:42.164Z||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-03T04:43:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:43:42.800Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:43:42.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T04:43:42.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3180abeb-517f-4f4c-bdc7-e3a59bf770ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231372206,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T04:43:42.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:43:51.706Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:44:42.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:44:42.162Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:44:42.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:44:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:44:42.164Z||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-03T04:44:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:44:51.713Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:44:51.716Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:45:42.161Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:45:42.163Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:45:42.163Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:45:42.163Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:45:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T04:45:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:45:51.729Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:45:51.729Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:46:42.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:46:42.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:46:42.162Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:46:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:46:42.164Z||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-03T04:46:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:46:51.725Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:46:51.725Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:47:42.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:47:42.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:47:42.161Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:47:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:47:42.164Z||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-03T04:47:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:47:51.715Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:47:51.718Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:48:42.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:48:42.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:48:42.161Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:48:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:48:42.164Z||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-03T04:48:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:48:51.713Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:48:51.716Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:49:42.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:49:42.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:49:42.161Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:49:42.163Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:49:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T04:49:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:49:51.723Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:49:51.727Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:42.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:50:42.161Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:50:42.161Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:50:42.164Z||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-03T04:50:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:42.804Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:42.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a802726f-7111-40cf-a474-4a01bf76d0fd","serviceName":"vFW 2022-06-03 04-45-59","serviceVersion":"1.0","serviceUUID":"94104726-d084-4084-9a72-28628ef4b1ee","serviceDescription":"catalog service description","serviceInvariantUUID":"92d56b73-c997-452a-bee0-c9bf7c7905b3","resources":[{"resourceInstanceName":"vFW 623e41f9-6cd6 0","resourceName":"vFW 623e41f9-6cd6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d58d06a6-1d00-469d-b6a8-f4f0be48e77d","resourceInvariantUUID":"298713fe-8633-4796-a647-82221645f38c","resourceCustomizationUUID":"b8fccad6-715d-4f5b-81a4-07eb043b3029","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml","artifactChecksum":"MzllOTk1YWY4YzVlM2QwMjVlYjYxMWU2NDZmMjY3ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"744b9622-86ea-43b1-9f32-e25dd86a14ba","artifactVersion":"1"},{"artifactName":"vfw623e41f96cd60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json","artifactChecksum":"YzA1MjgyN2Q5NjczMDE3ZjA1N2IyYzI1OGYwZjZhNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7a92e258-95a0-41a1-9929-458c3bd92b84","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aafec123-9604-4b51-8afd-42d432336b38","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml","artifactChecksum":"NTA5NjY0MTZjNzkwMTVlOTc0NjhlMjJkZGZjZTJiYzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d8d4f8db-0b9a-4513-b44a-802d0e51f483","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1bd35d63-25c4-406c-806c-70c3619cc99e","artifactVersion":"2","generatedFromUUID":"aafec123-9604-4b51-8afd-42d432336b38"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603044559-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml","artifactChecksum":"MTUwY2Y1ZGFmMmY4MWE3Y2ViZDljMTI4OGMzMzQ1NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21bbbe1c-a129-4f7d-87e9-61d71141f757","artifactVersion":"1"},{"artifactName":"service-Vfw20220603044559-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar","artifactChecksum":"ZDg0MzNjYjU3YWYwMjgxMGIxZDYyYzAzM2VkNjRjZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b29893e6-80c9-4c78-8d30-15551a59c0cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T04:50:42.812Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:42.812Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:50:42.813Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:42.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231799340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.819Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:42.819Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231800631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "cds",
  "timestamp": 1654231797625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231797741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231798030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231806122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.826Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231799340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231800631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "cds",
  "timestamp": 1654231797625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231798030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231797741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231806122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231799340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.832Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.832Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "cds",
  "timestamp": 1654231797625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231797741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231800631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231798030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231806122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231808198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231799340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231797741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "cds",
  "timestamp": 1654231797625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231800631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231798030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231806122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231808198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231799340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "cds",
  "timestamp": 1654231797625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231797741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231800631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231798030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231806122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231808198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231799340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231797741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "cds",
  "timestamp": 1654231797625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231798030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231800631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231806122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231808198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231799340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "cds",
  "timestamp": 1654231797625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231797741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231798030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231800631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654231806122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231808198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231808198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:42.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "cds",
  "timestamp": 1654231813412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:42.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231813517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:42.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231814110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:42.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231814749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:42.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231808198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:50:42.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:50:42.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "cds",
  "timestamp": 1654231814423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-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-03T04:50:42.880Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a802726f-7111-40cf-a474-4a01bf76d0fd
2022-06-03T04:50:42.881Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a802726f-7111-40cf-a474-4a01bf76d0fd 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-03T04:50:42.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231814524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:50:42.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "policy-id",
  "timestamp": 1654231815527,
  "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-03T04:50:42.898Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a802726f-7111-40cf-a474-4a01bf76d0fd
2022-06-03T04:50:42.899Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a802726f-7111-40cf-a474-4a01bf76d0fd 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-03T04:50:42.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231816510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:42.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231818108,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:42.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231818348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:42.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231818257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:50:42.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654231819262,
  "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-03T04:50:42.918Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a802726f-7111-40cf-a474-4a01bf76d0fd
2022-06-03T04:50:42.919Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a802726f-7111-40cf-a474-4a01bf76d0fd and ComponentName SDNC
2022-06-03T04:50:42.918Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T04:50:42.920Z||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-03T04:50:42.920Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-03T04:50:42.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231820119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:50:42.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231820439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:42.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "clamp",
  "timestamp": 1654231821123,
  "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-03T04:50:42.937Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:42.938Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:50:42.939Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a802726f-7111-40cf-a474-4a01bf76d0fd
2022-06-03T04:50:42.939Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a802726f-7111-40cf-a474-4a01bf76d0fd 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-03T04:50:42.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231821473,
  "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-03T04:50:42.952Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a802726f-7111-40cf-a474-4a01bf76d0fd
2022-06-03T04:50:42.953Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a802726f-7111-40cf-a474-4a01bf76d0fd 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-03T04:50:42.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654231822477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:50:42.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231830032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:50:42.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:50:42.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:50:42.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "aai-ml",
  "timestamp": 1654231831037,
  "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-03T04:50:42.966Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a802726f-7111-40cf-a474-4a01bf76d0fd
2022-06-03T04:50:42.966Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a802726f-7111-40cf-a474-4a01bf76d0fd 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-03T04:50:43.820Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:50:43.821Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:43.824Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:43.824Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:50:43.924Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:50:43.925Z||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-03T04:50:43.926Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:43.949Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:43.949Z||pool-20-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:50:44.825Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:50:44.826Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:44.829Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:44.829Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:50:44.929Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:50:44.931Z||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-03T04:50:44.931Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:44.949Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:44.950Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:50:45.829Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:50:45.831Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:45.833Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:45.833Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:45.934Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T04:50:45.935Z||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-03T04:50:45.935Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:45.952Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:45.952Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:50:46.835Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:50:46.835Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:46.837Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:46.837Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T04:50:46.938Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:50:46.939Z||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-03T04:50:46.939Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:46.959Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:46.959Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:50:47.838Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:50:47.839Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:47.842Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:47.842Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:50:47.942Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:50:47.944Z||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-03T04:50:47.944Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:47.970Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:47.971Z||pool-24-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:50:48.843Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:50:48.844Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:48.846Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:48.846Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:50:48.947Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:50:48.948Z||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-03T04:50:48.948Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:48.982Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:48.983Z||pool-25-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:50:49.848Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "serviceName": "vFW 2022-06-03 04-45-59",
  "serviceVersion": "1.0",
  "serviceUUID": "94104726-d084-4084-9a72-28628ef4b1ee",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "92d56b73-c997-452a-bee0-c9bf7c7905b3",
  "resources": [
    {
      "resourceInstanceName": "vFW 623e41f9-6cd6 0",
      "resourceCustomizationUUID": "b8fccad6-715d-4f5b-81a4-07eb043b3029",
      "resourceName": "vFW 623e41f9-6cd6",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d58d06a6-1d00-469d-b6a8-f4f0be48e77d",
      "resourceInvariantUUID": "298713fe-8633-4796-a647-82221645f38c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw623e41f96cd60_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
          "artifactChecksum": "YzA1MjgyN2Q5NjczMDE3ZjA1N2IyYzI1OGYwZjZhNmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7a92e258-95a0-41a1-9929-458c3bd92b84",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "aafec123-9604-4b51-8afd-42d432336b38",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1bd35d63-25c4-406c-806c-70c3619cc99e",
            "generatedFromUUID": "aafec123-9604-4b51-8afd-42d432336b38"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1bd35d63-25c4-406c-806c-70c3619cc99e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603044559-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
      "artifactChecksum": "ZDg0MzNjYjU3YWYwMjgxMGIxZDYyYzAzM2VkNjRjZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b29893e6-80c9-4c78-8d30-15551a59c0cb"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T04:50:49.848Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T04:50:49.849Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94104726-d084-4084-9a72-28628ef4b1ee ASDC
2022-06-03T04:50:49.849Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a802726f-7111-40cf-a474-4a01bf76d0fd
ServiceName:vFW 2022-06-03 04-45-59
ServiceVersion:1.0
ServiceUUID:94104726-d084-4084-9a72-28628ef4b1ee
ServiceInvariantUUID:92d56b73-c997-452a-bee0-c9bf7c7905b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603044559-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar
ArtifactUUID:b29893e6-80c9-4c78-8d30-15551a59c0cb
ArtifactChecksum:ZDg0MzNjYjU3YWYwMjgxMGIxZDYyYzAzM2VkNjRjZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 623e41f9-6cd6 0
ResourceCustomizationUUID:b8fccad6-715d-4f5b-81a4-07eb043b3029
ResourceInvariantUUID:298713fe-8633-4796-a647-82221645f38c
ResourceName:vFW 623e41f9-6cd6
ResourceType:VF
ResourceUUID:d58d06a6-1d00-469d-b6a8-f4f0be48e77d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw623e41f96cd60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json
ArtifactUUID:7a92e258-95a0-41a1-9929-458c3bd92b84
ArtifactChecksum:YzA1MjgyN2Q5NjczMDE3ZjA1N2IyYzI1OGYwZjZhNmM=
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/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml
ArtifactUUID:aafec123-9604-4b51-8afd-42d432336b38
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/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env
ArtifactUUID:1bd35d63-25c4-406c-806c-70c3619cc99e
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/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env
ArtifactUUID:1bd35d63-25c4-406c-806c-70c3619cc99e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T04:50:49.849Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94104726-d084-4084-9a72-28628ef4b1ee 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-03T04:50:49.887Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T04:50:49.887Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T04:50:49.888Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T04:50:49.888Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b29893e6-80c9-4c78-8d30-15551a59c0cb from URL: /sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:49.888Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T04:50:49.888Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:50.567Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T04:50:50.575Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar b29893e6-80c9-4c78-8d30-15551a59c0cb 98994
2022-06-03T04:50:50.576Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar ASDC sendASDCNotification
2022-06-03T04:50:50.576Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:50.576Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:50:50.577Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:50.580Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:50.580Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231850576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:50.680Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:50:50.682Z||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-03T04:50:50.682Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:50.700Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:50.701Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:50:51.581Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T04:50:51.582Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T04:50:51.582Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b29893e6-80c9-4c78-8d30-15551a59c0cb, URL: /sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar to file: /app/ASDC/1/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:51.583Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603044559-csar.csar
2022-06-03T04:50:51.583Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:51.583Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:51.820Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9203827140809396231/Definitions/service-Vfw20220603044559-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-03T04:50:54.143Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T04:50:54.144Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T04:50:54.144Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.144Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T04:50:54.145Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.145Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.145Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.145Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 623e41f9-6cd6 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-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.145Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.145Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.145Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.145Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.145Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.146Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.146Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.146Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.146Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-Vfw20220603044559-csar.csar
2022-06-03T04:50:54.146Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T04:50:54.146Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.146Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:54.147Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:54.147Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T04:50:54.147Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T04:50:54.147Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.148Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:54.148Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:54.148Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T04:50:54.148Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T04:50:54.148Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.148Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:54.149Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.149Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is not matching search criteria
2022-06-03T04:50:54.149Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:50:54.149Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:50:54.149Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:54.149Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.150Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.150Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:50:54.150Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:50:54.150Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:50:54.150Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:50:54.150Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.151Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:54.151Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:50:54.151Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:54.151Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:50:54.151Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.151Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T04:50:54.151Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.152Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T04:50:54.152Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.152Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:54.152Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:50:54.152Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.153Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:54.153Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:50:54.153Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.153Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:54.153Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:50:54.154Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.154Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is not matching search criteria
2022-06-03T04:50:54.154Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:50:54.154Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T04:50:54.154Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:50:54.155Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:50:54.155Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:50:54.155Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.155Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:54.155Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:50:54.155Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:54.155Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:50:54.155Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.156Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=091179ce-cd2a-419c-aeda-b429f69904e3
2022-06-03T04:50:54.156Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.156Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is not matching search criteria
2022-06-03T04:50:54.156Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:50:54.156Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:50:54.156Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:54.157Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.157Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.157Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:50:54.157Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:50:54.157Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T04:50:54.157Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:50:54.157Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:54.158Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:50:54.158Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.158Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86c6471e-4cd0-4889-b053-e3e4a132aa83
2022-06-03T04:50:54.158Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.158Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is not matching search criteria
2022-06-03T04:50:54.158Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:50:54.159Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:50:54.159Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:54.159Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.159Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.159Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:50:54.159Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:50:54.159Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:50:54.160Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:50:54.160Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:54.160Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:54.160Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T04:50:54.160Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0b9a920e-3cec-44f3-a1e2-ae57346fc037
2022-06-03T04:50:54.160Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:54.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:54.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:54.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:54.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:54.162Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 04-45-59
Description:catalog service description
Model UUID:94104726-d084-4084-9a72-28628ef4b1ee
Model Version:NULL
Model InvariantUuid:92d56b73-c997-452a-bee0-c9bf7c7905b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 623e41f9-6cd6
Model UUID:8118dfc7-5e5c-434c-89a4-0467a0f894f1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:298713fe-8633-4796-a647-82221645f38c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b8fccad6-715d-4f5b-81a4-07eb043b3029
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6f4a6e99-f14e-4508-aff4-ac1ae04c4a64
ModelName:Vfw623e41f96cd6..base_vfw..module-0
ModelUuid:dca816b1-757e-47b0-8dca-a8c56b072db6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:091179ce-cd2a-419c-aeda-b429f69904e3
ModelInvariantUuid:853a54e2-247b-428d-a172-8c7ec3037ecd
ModelName:vFW 623e41f9-6cd6-nodes.vfwCvfc
ModelUuid:28233a17-4752-4181-baf7-3427332c5ddf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5658e62d-ce43-4ce2-92cc-209f66a3157d
ModelInvariantUuid:6cfd6d17-0519-4de7-9d98-339a609a6681
ModelName:Vfw623e41f96cd6.compute.nodes.heat.vfw
ModelUuid:0c9ed219-15c6-415a-933e-dbee7873a679
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:86c6471e-4cd0-4889-b053-e3e4a132aa83
ModelInvariantUuid:d0391273-4d9b-4581-b5de-c3ae73e52db8
ModelName:vFW 623e41f9-6cd6-nodes.vsnCvfc
ModelUuid:01e336e3-9d2d-4ce4-81ca-b39b1f415a13
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:723d1974-2795-40ef-8666-515360f1df85
ModelInvariantUuid:60724fa6-1b8d-4026-a5f6-765af1658b12
ModelName:Vfw623e41f96cd6.compute.nodes.heat.vsn
ModelUuid:08ed3635-68a4-4299-97e4-996491ffa31f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0b9a920e-3cec-44f3-a1e2-ae57346fc037
ModelInvariantUuid:a5687b54-f270-478c-9e73-85b9e3c92217
ModelName:vFW 623e41f9-6cd6-nodes.vpgCvfc
ModelUuid:047e6cbe-51ca-4921-a35c-ff5dee3043e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:22f7f5ee-63ba-420d-bb08-39dec4ae952c
ModelInvariantUuid:0ad9ac66-0d8d-4567-9337-03f929536c46
ModelName:Vfw623e41f96cd6.compute.nodes.heat.vpg
ModelUuid:590cfb39-377b-44d8-a7ae-220277e782d8
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-03T04:50:54.171Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d58d06a6-1d00-469d-b6a8-f4f0be48e77d
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-03T04:50:54.176Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||vFW 623e41f9-6cd6 0
2022-06-03T04:50:54.177Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d58d06a6-1d00-469d-b6a8-f4f0be48e77d
2022-06-03T04:50:54.177Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a92e258-95a0-41a1-9929-458c3bd92b84 from URL: /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json
2022-06-03T04:50:54.177Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T04:50:54.177Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json
2022-06-03T04:50:54.927Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T04:50:54.928Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json 7a92e258-95a0-41a1-9929-458c3bd92b84 785
2022-06-03T04:50:54.928Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json ASDC sendASDCNotification
2022-06-03T04:50:54.929Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json
2022-06-03T04:50:54.929Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:50:54.929Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:54.931Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:54.931Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231854928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:55.031Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:50:55.033Z||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-03T04:50:55.033Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:55.055Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:55.056Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:50:55.932Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw623e41f96cd6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6f4a6e99-f14e-4508-aff4-ac1ae04c4a64",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dca816b1-757e-47b0-8dca-a8c56b072db6",
    "vfModuleModelCustomizationUUID": "732aa70c-4495-4c9e-b73a-f6f41d925572",
    "isBase": true,
    "artifacts": [
      "aafec123-9604-4b51-8afd-42d432336b38",
      "1bd35d63-25c4-406c-806c-70c3619cc99e"
    ],
    "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-03T04:50:55.937Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw623e41f96cd6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dca816b1-757e-47b0-8dca-a8c56b072db6
VfModuleModelInvariantUUID:6f4a6e99-f14e-4508-aff4-ac1ae04c4a64
VfModuleModelDescription:NULL
Artifacts UUID List:{
aafec123-9604-4b51-8afd-42d432336b38
,
1bd35d63-25c4-406c-806c-70c3619cc99e

}
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-03T04:50:55.939Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw623e41f96cd6..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6f4a6e99-f14e-4508-aff4-ac1ae04c4a64",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dca816b1-757e-47b0-8dca-a8c56b072db6",
    "vfModuleModelCustomizationUUID": "732aa70c-4495-4c9e-b73a-f6f41d925572",
    "isBase": true,
    "artifacts": [
      "aafec123-9604-4b51-8afd-42d432336b38",
      "1bd35d63-25c4-406c-806c-70c3619cc99e"
    ],
    "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-03T04:50:55.939Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw623e41f96cd6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dca816b1-757e-47b0-8dca-a8c56b072db6
VfModuleModelInvariantUUID:6f4a6e99-f14e-4508-aff4-ac1ae04c4a64
VfModuleModelDescription:NULL
Artifacts UUID List:{
aafec123-9604-4b51-8afd-42d432336b38
,
1bd35d63-25c4-406c-806c-70c3619cc99e

}
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-03T04:50:55.939Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aafec123-9604-4b51-8afd-42d432336b38 from URL: /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml
2022-06-03T04:50:55.939Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T04:50:55.939Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml
2022-06-03T04:50:56.243Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T04:50:56.244Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml aafec123-9604-4b51-8afd-42d432336b38 20368
2022-06-03T04:50:56.244Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T04:50:56.245Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml
2022-06-03T04:50:56.245Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:50:56.245Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:56.248Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:56.248Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231856244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:56.348Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:50:56.349Z||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-03T04:50:56.350Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:56.368Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:56.369Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:50:57.248Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1bd35d63-25c4-406c-806c-70c3619cc99e from URL: /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env
2022-06-03T04:50:57.249Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T04:50:57.249Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env
2022-06-03T04:50:57.744Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T04:50:57.745Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env 1bd35d63-25c4-406c-806c-70c3619cc99e 2098
2022-06-03T04:50:57.745Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T04:50:57.745Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env
2022-06-03T04:50:57.745Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:50:57.746Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:57.748Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:57.748Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231857745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:50:57.848Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:50:57.849Z||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-03T04:50:57.849Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:57.867Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:57.867Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:50:58.748Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 94104726-d084-4084-9a72-28628ef4b1ee
2022-06-03T04:50:58.749Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 623e41f9-6cd6 0 d58d06a6-1d00-469d-b6a8-f4f0be48e77d 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-03T04:50:58.770Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f61e13c, org.onap.sdc.toscaparser.api.parameters.Input@4e352fdd, org.onap.sdc.toscaparser.api.parameters.Input@440a6f80, org.onap.sdc.toscaparser.api.parameters.Input@b12e7cd, org.onap.sdc.toscaparser.api.parameters.Input@bfa9f92]
2022-06-03T04:50:58.771Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.771Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:58.772Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-03T04:50:58.772Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b8fccad6-715d-4f5b-81a4-07eb043b3029
2022-06-03T04:50:58.772Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b8fccad6-715d-4f5b-81a4-07eb043b3029 matches Tosca VF Customization UUID: b8fccad6-715d-4f5b-81a4-07eb043b3029
2022-06-03T04:50:58.772Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b8fccad6-715d-4f5b-81a4-07eb043b3029  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-03T04:50:58.775Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.775Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:58.776Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b8fccad6-715d-4f5b-81a4-07eb043b3029: {\"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-03T04:50:58.776Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6707baa6
2022-06-03T04:50:58.777Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.777Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T04:50:58.778Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 732aa70c-4495-4c9e-b73a-f6f41d925572
2022-06-03T04:50:58.778Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 732aa70c-4495-4c9e-b73a-f6f41d925572
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-03T04:50:58.781Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.781Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:58.781Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:50:58.782Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.782Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:58.782Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:50:58.782Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.783Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is not matching search criteria
2022-06-03T04:50:58.783Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:50:58.783Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T04:50:58.783Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:50:58.783Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:50:58.784Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:50:58.784Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:58.784Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:58.784Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:50:58.785Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:58.785Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:50:58.785Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:58.785Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=091179ce-cd2a-419c-aeda-b429f69904e3
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-03T04:50:58.788Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.788Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:58.789Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:50:58.789Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.789Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is not matching search criteria
2022-06-03T04:50:58.790Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:50:58.790Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:50:58.790Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:58.791Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:58.791Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:58.791Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:50:58.792Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:50:58.792Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T04:50:58.792Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:50:58.793Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:58.793Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:50:58.793Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:58.793Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=86c6471e-4cd0-4889-b053-e3e4a132aa83
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-03T04:50:58.796Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.796Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:58.797Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:50:58.801Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.801Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is not matching search criteria
2022-06-03T04:50:58.801Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:50:58.801Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:50:58.802Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:58.802Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:58.802Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:50:58.802Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:50:58.803Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:50:58.803Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:50:58.803Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:50:58.803Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:50:58.803Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:50:58.804Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T04:50:58.804Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0b9a920e-3cec-44f3-a1e2-ae57346fc037
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-03T04:50:58.807Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.807Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:58.808Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:50:58.808Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.808Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Node template vFW 623e41f9-6cd6 0 is matching search criteria
2022-06-03T04:50:58.809Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 623e41f9-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=b8fccad6-715d-4f5b-81a4-07eb043b3029
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-03T04:50:58.811Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.811Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:58.811Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 94104726-d084-4084-9a72-28628ef4b1ee: vFW 623e41f9-6cd6
2022-06-03T04:50:58.811Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.812Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:58.812Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.812Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:58.812Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.813Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:58.813Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.813Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:58.813Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:50:58.814Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-45-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:50:58.814Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-03 04-45-59 
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-03T04:50:59.015Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 623e41f9-6cd6 d58d06a6-1d00-469d-b6a8-f4f0be48e77d 1 ASDC deployResourceStructure
2022-06-03T04:50:59.016Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json ASDC sendASDCNotification
2022-06-03T04:50:59.016Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json
2022-06-03T04:50:59.016Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:50:59.016Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:50:59.018Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:50:59.018Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231859016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:50:59.119Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T04:50:59.120Z||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-03T04:50:59.120Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:50:59.138Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:50:59.139Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:51:00.019Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T04:51:00.020Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml
2022-06-03T04:51:00.020Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:51:00.020Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:51:00.022Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:51:00.023Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231860019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T04:51:00.123Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:51:00.124Z||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-03T04:51:00.124Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:51:00.143Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:51:00.144Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:51:01.023Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T04:51:01.025Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env
2022-06-03T04:51:01.026Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:51:01.026Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:51:01.030Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:51:01.030Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231861023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T04:51:01.130Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:51:01.131Z||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-03T04:51:01.131Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:51:01.149Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:51:01.149Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:51:02.031Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar ASDC sendASDCNotification
2022-06-03T04:51:02.032Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar
2022-06-03T04:51:02.032Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:51:02.033Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:51:02.034Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:51:02.035Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231862031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:51:02.135Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:51:02.136Z||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-03T04:51:02.136Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:51:02.154Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:51:02.155Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:51:03.036Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a802726f-7111-40cf-a474-4a01bf76d0fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:51:03.050Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a802726f-7111-40cf-a474-4a01bf76d0fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:51:03.053Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:51:03.053Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T04:51:03.053Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T04:51:03.053Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T04:51:03.054Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:51:03.054Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:51:03.054Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:51:03.054Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:51:03.054Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:51:03.054Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:51:03.054Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-03T04:51:03.060Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T04:51:33.060Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a802726f-7111-40cf-a474-4a01bf76d0fd 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-03T04:51:33.068Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a802726f-7111-40cf-a474-4a01bf76d0fd and serviceModelVersionId: 94104726-d084-4084-9a72-28628ef4b1ee
2022-06-03T04:51:33.068Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92d56b73-c997-452a-bee0-c9bf7c7905b3
2022-06-03T04:51:33.069Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92d56b73-c997-452a-bee0-c9bf7c7905b3/model-vers/model-ver/94104726-d084-4084-9a72-28628ef4b1ee?depth=0
2022-06-03T04:51:33.075Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T04:51:33.140Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d56b73-c997-452a-bee0-c9bf7c7905b3/model-vers/model-ver/94104726-d084-4084-9a72-28628ef4b1ee?depth=0|INFO|500||Invoke
2022-06-03T04:51:33.141Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d56b73-c997-452a-bee0-c9bf7c7905b3/model-vers/model-ver/94104726-d084-4084-9a72-28628ef4b1ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d56b73-c997-452a-bee0-c9bf7c7905b3/model-vers/model-ver/94104726-d084-4084-9a72-28628ef4b1ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a802726f-7111-40cf-a474-4a01bf76d0fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e58c9c9-ef30-4de7-afa0-824753e55e75], X-ECOMP-RequestID=[a802726f-7111-40cf-a474-4a01bf76d0fd], X-TransactionId=[], X-ONAP-RequestID=[a802726f-7111-40cf-a474-4a01bf76d0fd], Content-Type=[application/merge-patch+json]}
2022-06-03T04:51:33.180Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d56b73-c997-452a-bee0-c9bf7c7905b3/model-vers/model-ver/94104726-d084-4084-9a72-28628ef4b1ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T04:51:33.560Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d56b73-c997-452a-bee0-c9bf7c7905b3/model-vers/model-ver/94104726-d084-4084-9a72-28628ef4b1ee?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/92d56b73-c997-452a-bee0-c9bf7c7905b3/model-vers/model-ver/94104726-d084-4084-9a72-28628ef4b1ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220603-04:51:33:193-92837], vertex-id=[339992], Content-Length=[0], Date=[Fri, 03 Jun 2022 04:51:33 GMT], Content-Type=[application/json]}
2022-06-03T04:51:33.560Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d56b73-c997-452a-bee0-c9bf7c7905b3/model-vers/model-ver/94104726-d084-4084-9a72-28628ef4b1ee?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T04:51:33.561Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92d56b73-c997-452a-bee0-c9bf7c7905b3/model-vers/model-ver/94104726-d084-4084-9a72-28628ef4b1ee?depth=0|INFO|500||InvokeReturn
2022-06-03T04:51:33.561Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T04:51:33.561Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-03T04:51:33.569Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||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-03T04:51:33.569Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a802726f-7111-40cf-a474-4a01bf76d0fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T04:51:33.569Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T04:51:33.570Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:51:33.572Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:51:33.572Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231893569,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T04:51:33.672Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:51:33.673Z||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-03T04:51:33.674Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:51:33.701Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:51:33.701Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 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-03T04:51:42.160Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:51:42.162Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:51:42.162Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:51:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:51:42.164Z||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-03T04:51:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:51:42.295Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:51:42.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T04:51:42.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:51:42.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:51:51.720Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:52:42.160Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:52:42.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:52:42.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:52:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:52:42.164Z||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-03T04:52:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:52:42.709Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:52:42.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:52:42.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:52:42.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:52:42.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:52:42.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:52:42.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:52:42.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T04:52:42.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:52:42.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:52:42.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:52:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231842160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:52:42.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:52:42.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231850576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:52:42.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:52:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231854928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:52:42.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:52:42.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231856244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:52:42.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:52:42.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231857745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:52:42.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:52:42.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231859016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/vfw623e41f96cd60_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:52:42.716Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:52:42.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231860019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T04:52:42.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:52:42.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231861023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/resourceInstances/vfw623e41f96cd60/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T04:52:42.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:52:42.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231862031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044559/1.0/artifacts/service-Vfw20220603044559-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:52:42.718Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:52:42.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:52:42.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a802726f-7111-40cf-a474-4a01bf76d0fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654231893569,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T04:52:42.719Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:52:51.719Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:42.160Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:53:42.161Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:53:42.162Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:53:42.164Z||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-03T04:53:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:42.808Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:42.810Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T04:53:42.810Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d8e846d-2c1f-4efd-8ab3-4dec01d5e242","serviceName":"vFW 2022-06-03 04-49-17","serviceVersion":"1.0","serviceUUID":"70009d63-9c31-470f-8ae6-dcfa0258a393","serviceDescription":"catalog service description","serviceInvariantUUID":"abbd5080-2b8c-4cf6-b4dc-9bb632d272af","resources":[{"resourceInstanceName":"vFW 4d439d01-8f3d 0","resourceName":"vFW 4d439d01-8f3d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9abc226d-88fc-4de9-9c24-5a747022b7ac","resourceInvariantUUID":"c3c8ce01-89a1-43f8-81aa-8ec360aaf5c8","resourceCustomizationUUID":"2f033602-1143-4564-b9df-b9f4441ca72c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml","artifactChecksum":"OWM0NjdhMTNmYjgwNGQ0NTJkMTA3OTU2OWViNjc5NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"411cb8d0-9bb0-4bb7-b1eb-f12d710cb81e","artifactVersion":"1"},{"artifactName":"vfw4d439d018f3d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json","artifactChecksum":"ZDc5YTkwNmViM2YxMmY5NDUzODJiNTJiYWM5Y2FkOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"30a39915-0ff6-4e1e-8f45-d13864f7e6aa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1baa27ba-46d4-4292-b1f7-e62dda72e980","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml","artifactChecksum":"NDI5NjBhZThkMjI4MDZkNjNkMzNmNTM4M2M2ZmMxNDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02197158-4ac9-415b-9a0f-37fd09d27c50","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8","artifactVersion":"2","generatedFromUUID":"1baa27ba-46d4-4292-b1f7-e62dda72e980"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220603044917-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml","artifactChecksum":"NGUzMmY5ZTc3MjhhN2EwZGY1MTVjOTJlMjdiNGRkMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4296a024-a4b6-4049-b277-18844c4c3c56","artifactVersion":"1"},{"artifactName":"service-Vfw20220603044917-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar","artifactChecksum":"NjI2NmVkZjcyNGM2ZGJkZjU1ZjZlMWM1ZmIxYjQ4NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba22b28f-49d8-434f-903d-6107ecff325c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T04:53:42.812Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:42.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T04:53:42.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232018030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:53:42.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:53:42.816Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:53:42.816Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:42.819Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:42.819Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:53:42.920Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T04:53:42.921Z||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-03T04:53:42.921Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:42.940Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:42.940Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:53:43.822Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:53:43.823Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:43.826Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:43.826Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:53:43.926Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:43.927Z||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-03T04:53:43.927Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:43.941Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:43.942Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:53:44.826Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:53:44.827Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:44.830Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:44.830Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:53:44.930Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:44.931Z||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-03T04:53:44.931Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:44.947Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:44.948Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:53:45.830Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:53:45.831Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:45.833Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:45.833Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:53:45.934Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:45.935Z||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-03T04:53:45.935Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:45.953Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:45.954Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:53:46.834Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:53:46.836Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:46.839Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:46.839Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T04:53:46.939Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T04:53:46.940Z||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-03T04:53:46.941Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:46.965Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:46.966Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:53:47.840Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:53:47.841Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:47.844Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:47.844Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:53:47.944Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:47.945Z||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-03T04:53:47.945Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:47.969Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:47.969Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:53:48.845Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T04:53:48.845Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:48.848Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:48.848Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:53:48.948Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:48.949Z||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-03T04:53:48.950Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:48.975Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:48.975Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:53:49.849Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "serviceName": "vFW 2022-06-03 04-49-17",
  "serviceVersion": "1.0",
  "serviceUUID": "70009d63-9c31-470f-8ae6-dcfa0258a393",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "abbd5080-2b8c-4cf6-b4dc-9bb632d272af",
  "resources": [
    {
      "resourceInstanceName": "vFW 4d439d01-8f3d 0",
      "resourceCustomizationUUID": "2f033602-1143-4564-b9df-b9f4441ca72c",
      "resourceName": "vFW 4d439d01-8f3d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9abc226d-88fc-4de9-9c24-5a747022b7ac",
      "resourceInvariantUUID": "c3c8ce01-89a1-43f8-81aa-8ec360aaf5c8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4d439d018f3d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
          "artifactChecksum": "ZDc5YTkwNmViM2YxMmY5NDUzODJiNTJiYWM5Y2FkOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "30a39915-0ff6-4e1e-8f45-d13864f7e6aa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1baa27ba-46d4-4292-b1f7-e62dda72e980",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8",
            "generatedFromUUID": "1baa27ba-46d4-4292-b1f7-e62dda72e980"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220603044917-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
      "artifactChecksum": "NjI2NmVkZjcyNGM2ZGJkZjU1ZjZlMWM1ZmIxYjQ4NzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ba22b28f-49d8-434f-903d-6107ecff325c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T04:53:49.850Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T04:53:49.850Z|a802726f-7111-40cf-a474-4a01bf76d0fd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 70009d63-9c31-470f-8ae6-dcfa0258a393 ASDC
2022-06-03T04:53:49.851Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
ServiceName:vFW 2022-06-03 04-49-17
ServiceVersion:1.0
ServiceUUID:70009d63-9c31-470f-8ae6-dcfa0258a393
ServiceInvariantUUID:abbd5080-2b8c-4cf6-b4dc-9bb632d272af
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220603044917-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar
ArtifactUUID:ba22b28f-49d8-434f-903d-6107ecff325c
ArtifactChecksum:NjI2NmVkZjcyNGM2ZGJkZjU1ZjZlMWM1ZmIxYjQ4NzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4d439d01-8f3d 0
ResourceCustomizationUUID:2f033602-1143-4564-b9df-b9f4441ca72c
ResourceInvariantUUID:c3c8ce01-89a1-43f8-81aa-8ec360aaf5c8
ResourceName:vFW 4d439d01-8f3d
ResourceType:VF
ResourceUUID:9abc226d-88fc-4de9-9c24-5a747022b7ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4d439d018f3d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json
ArtifactUUID:30a39915-0ff6-4e1e-8f45-d13864f7e6aa
ArtifactChecksum:ZDc5YTkwNmViM2YxMmY5NDUzODJiNTJiYWM5Y2FkOGE=
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/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml
ArtifactUUID:1baa27ba-46d4-4292-b1f7-e62dda72e980
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/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env
ArtifactUUID:ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8
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/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env
ArtifactUUID:ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T04:53:49.851Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70009d63-9c31-470f-8ae6-dcfa0258a393 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-03T04:53:49.900Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T04:53:49.901Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T04:53:49.901Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T04:53:49.901Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ba22b28f-49d8-434f-903d-6107ecff325c from URL: /sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:49.902Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T04:53:49.902Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:50.526Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T04:53:50.531Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar ba22b28f-49d8-434f-903d-6107ecff325c 99045
2022-06-03T04:53:50.531Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar ASDC sendASDCNotification
2022-06-03T04:53:50.531Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:50.531Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:53:50.532Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:50.534Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:50.534Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232030531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:53:50.634Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:50.635Z||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-03T04:53:50.635Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:50.654Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:50.655Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:53:51.535Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T04:53:51.536Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T04:53:51.536Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ba22b28f-49d8-434f-903d-6107ecff325c, URL: /sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar to file: /app/ASDC/1/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:51.536Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220603044917-csar.csar
2022-06-03T04:53:51.537Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:51.537Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:51.780Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3097592968333296332/Definitions/service-Vfw20220603044917-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-03T04:53:53.946Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T04:53:53.947Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T04:53:53.947Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.947Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-03T04:53:53.947Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.948Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.948Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.948Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.948Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.948Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.948Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4d439d01-8f3d 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-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.949Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.949Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.949Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.949Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.949Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.949Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-Vfw20220603044917-csar.csar
2022-06-03T04:53:53.950Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T04:53:53.950Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.950Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:53.951Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:53.951Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T04:53:53.951Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T04:53:53.952Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.952Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:53.952Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:53.953Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T04:53:53.953Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T04:53:53.953Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.953Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:53.954Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.954Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is not matching search criteria
2022-06-03T04:53:53.954Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:53:53.954Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:53:53.954Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:53:53.955Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.955Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:53.955Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:53:53.955Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.955Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:53:53.956Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:53:53.956Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.956Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:53.956Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:53:53.957Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:53.957Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:53:53.957Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.957Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T04:53:53.957Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.958Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T04:53:53.958Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.958Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:53.958Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:53:53.959Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.959Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:53.959Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:53:53.959Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.960Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:53.960Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:53:53.960Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.960Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is not matching search criteria
2022-06-03T04:53:53.960Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:53:53.961Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:53:53.961Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T04:53:53.961Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:53:53.961Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:53:53.961Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.962Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:53.962Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:53:53.962Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:53.962Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:53:53.963Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.963Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=514a5ab2-9498-4795-bb8e-7d6f4c5dbb4d
2022-06-03T04:53:53.963Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.963Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is not matching search criteria
2022-06-03T04:53:53.963Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:53:53.964Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:53:53.964Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:53:53.964Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.964Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:53.964Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:53:53.965Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.965Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T04:53:53.965Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:53:53.965Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:53.965Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:53:53.966Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.966Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff5de5fc-e7f2-425e-b274-9c5a356c8b51
2022-06-03T04:53:53.966Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.966Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is not matching search criteria
2022-06-03T04:53:53.967Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:53:53.967Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:53:53.967Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:53:53.967Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.967Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:53.968Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:53:53.968Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.968Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:53:53.968Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:53:53.968Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:53.969Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:53.969Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T04:53:53.969Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3d4cc2d3-7656-4fd7-9d6c-022282b39ddc
2022-06-03T04:53:53.969Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.969Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:53.970Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.970Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:53.970Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.970Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:53.971Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:53.971Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:53.971Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-03 04-49-17
Description:catalog service description
Model UUID:70009d63-9c31-470f-8ae6-dcfa0258a393
Model Version:NULL
Model InvariantUuid:abbd5080-2b8c-4cf6-b4dc-9bb632d272af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4d439d01-8f3d
Model UUID:1f9b7206-29f9-440a-8bcf-3d3495c6eef5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c3c8ce01-89a1-43f8-81aa-8ec360aaf5c8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2f033602-1143-4564-b9df-b9f4441ca72c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e3968d29-052c-48ab-ab76-95ac9eaa9510
ModelName:Vfw4d439d018f3d..base_vfw..module-0
ModelUuid:4cf3d5be-b8e4-4dcc-966f-83329cf0ecdd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:514a5ab2-9498-4795-bb8e-7d6f4c5dbb4d
ModelInvariantUuid:c41b18e5-4e97-4688-9b6c-8a46d53392b3
ModelName:vFW 4d439d01-8f3d-nodes.vfwCvfc
ModelUuid:64dd9263-56b0-43ae-8deb-89c8023868d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:91df3d22-7ff6-413f-9dc2-92135974619a
ModelInvariantUuid:361082d4-4660-4f31-a0ed-aea9ba363157
ModelName:Vfw4d439d018f3d.compute.nodes.heat.vfw
ModelUuid:fcbee8b3-ec07-4f6f-8aa7-ce3d9ce25a51
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ff5de5fc-e7f2-425e-b274-9c5a356c8b51
ModelInvariantUuid:8b9144a1-d196-47d4-b2f5-5f7062a37133
ModelName:vFW 4d439d01-8f3d-nodes.vsnCvfc
ModelUuid:4c5fcfb7-9a05-47fd-a076-99dcf0300295
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:62f2da47-247e-4c6d-8956-25157fc5a5a8
ModelInvariantUuid:44ff200f-b73f-44d2-bdf6-a8fbd31e82c4
ModelName:Vfw4d439d018f3d.compute.nodes.heat.vsn
ModelUuid:84765656-27ea-437d-9316-942fd4cce9d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3d4cc2d3-7656-4fd7-9d6c-022282b39ddc
ModelInvariantUuid:4a08181e-e93d-41b7-94fe-39824e28d0d2
ModelName:vFW 4d439d01-8f3d-nodes.vpgCvfc
ModelUuid:83c72ab5-c523-487b-9fef-490d14f238dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8d17a61d-ef1e-49f0-96fe-84063a2700d2
ModelInvariantUuid:1b0949eb-1b2c-460c-9c94-1489668082ff
ModelName:Vfw4d439d018f3d.compute.nodes.heat.vpg
ModelUuid:9d16333a-10a2-4324-9c21-fdd6cd98b538
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-03T04:53:53.980Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 9abc226d-88fc-4de9-9c24-5a747022b7ac
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-03T04:53:53.985Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||vFW 4d439d01-8f3d 0
2022-06-03T04:53:53.985Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9abc226d-88fc-4de9-9c24-5a747022b7ac
2022-06-03T04:53:53.985Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 30a39915-0ff6-4e1e-8f45-d13864f7e6aa from URL: /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json
2022-06-03T04:53:53.985Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T04:53:53.985Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json
2022-06-03T04:53:54.834Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T04:53:54.835Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json 30a39915-0ff6-4e1e-8f45-d13864f7e6aa 785
2022-06-03T04:53:54.836Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json ASDC sendASDCNotification
2022-06-03T04:53:54.836Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json
2022-06-03T04:53:54.836Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:53:54.837Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:54.840Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:54.840Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232034836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:53:54.940Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:54.941Z||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-03T04:53:54.941Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:54.958Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:54.959Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:53:55.841Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4d439d018f3d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e3968d29-052c-48ab-ab76-95ac9eaa9510",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4cf3d5be-b8e4-4dcc-966f-83329cf0ecdd",
    "vfModuleModelCustomizationUUID": "d15e8fda-7fa3-460d-9150-7571da5229bf",
    "isBase": true,
    "artifacts": [
      "1baa27ba-46d4-4292-b1f7-e62dda72e980",
      "ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8"
    ],
    "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-03T04:53:55.846Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4d439d018f3d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cf3d5be-b8e4-4dcc-966f-83329cf0ecdd
VfModuleModelInvariantUUID:e3968d29-052c-48ab-ab76-95ac9eaa9510
VfModuleModelDescription:NULL
Artifacts UUID List:{
1baa27ba-46d4-4292-b1f7-e62dda72e980
,
ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8

}
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-03T04:53:55.848Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4d439d018f3d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e3968d29-052c-48ab-ab76-95ac9eaa9510",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4cf3d5be-b8e4-4dcc-966f-83329cf0ecdd",
    "vfModuleModelCustomizationUUID": "d15e8fda-7fa3-460d-9150-7571da5229bf",
    "isBase": true,
    "artifacts": [
      "1baa27ba-46d4-4292-b1f7-e62dda72e980",
      "ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8"
    ],
    "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-03T04:53:55.848Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4d439d018f3d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cf3d5be-b8e4-4dcc-966f-83329cf0ecdd
VfModuleModelInvariantUUID:e3968d29-052c-48ab-ab76-95ac9eaa9510
VfModuleModelDescription:NULL
Artifacts UUID List:{
1baa27ba-46d4-4292-b1f7-e62dda72e980
,
ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8

}
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-03T04:53:55.848Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1baa27ba-46d4-4292-b1f7-e62dda72e980 from URL: /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml
2022-06-03T04:53:55.848Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T04:53:55.849Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml
2022-06-03T04:53:56.359Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T04:53:56.360Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml 1baa27ba-46d4-4292-b1f7-e62dda72e980 20368
2022-06-03T04:53:56.360Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T04:53:56.360Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml
2022-06-03T04:53:56.360Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:53:56.361Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:56.363Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:56.363Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232036360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:53:56.463Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:56.465Z||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-03T04:53:56.465Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:56.487Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:56.487Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:53:57.364Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8 from URL: /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env
2022-06-03T04:53:57.365Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T04:53:57.365Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env
2022-06-03T04:53:57.732Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T04:53:57.733Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env ac7b0cc8-5f5f-4954-ad70-cb1149ac13b8 2098
2022-06-03T04:53:57.733Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T04:53:57.733Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env
2022-06-03T04:53:57.733Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T04:53:57.733Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:57.736Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:57.736Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232037733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:53:57.836Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:57.837Z||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-03T04:53:57.837Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:57.859Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:57.860Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:53:58.736Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 70009d63-9c31-470f-8ae6-dcfa0258a393
2022-06-03T04:53:58.737Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4d439d01-8f3d 0 9abc226d-88fc-4de9-9c24-5a747022b7ac 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-03T04:53:58.757Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f9c8a86, org.onap.sdc.toscaparser.api.parameters.Input@2448e59f, org.onap.sdc.toscaparser.api.parameters.Input@373cbaa2, org.onap.sdc.toscaparser.api.parameters.Input@a14866f, org.onap.sdc.toscaparser.api.parameters.Input@4117f511]
2022-06-03T04:53:58.759Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.760Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:58.760Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-03T04:53:58.760Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2f033602-1143-4564-b9df-b9f4441ca72c
2022-06-03T04:53:58.760Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f033602-1143-4564-b9df-b9f4441ca72c matches Tosca VF Customization UUID: 2f033602-1143-4564-b9df-b9f4441ca72c
2022-06-03T04:53:58.761Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2f033602-1143-4564-b9df-b9f4441ca72c  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-03T04:53:58.763Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.764Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:58.765Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2f033602-1143-4564-b9df-b9f4441ca72c: {\"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-03T04:53:58.765Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e22047f
2022-06-03T04:53:58.765Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.766Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T04:53:58.766Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d15e8fda-7fa3-460d-9150-7571da5229bf
2022-06-03T04:53:58.767Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d15e8fda-7fa3-460d-9150-7571da5229bf
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-03T04:53:58.771Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.771Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:58.771Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:53:58.772Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.772Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:58.772Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:53:58.773Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.773Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is not matching search criteria
2022-06-03T04:53:58.774Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:53:58.774Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:53:58.774Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-03T04:53:58.775Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:53:58.775Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:53:58.776Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:58.776Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:58.776Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:53:58.776Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:58.777Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:53:58.777Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:58.778Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=514a5ab2-9498-4795-bb8e-7d6f4c5dbb4d
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-03T04:53:58.782Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.782Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:58.782Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:53:58.783Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.783Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is not matching search criteria
2022-06-03T04:53:58.784Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:53:58.784Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:53:58.784Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:53:58.785Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:58.785Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:58.785Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:53:58.786Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:58.786Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-03T04:53:58.786Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-03T04:53:58.787Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:58.787Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-03T04:53:58.787Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:58.788Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ff5de5fc-e7f2-425e-b274-9c5a356c8b51
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-03T04:53:58.790Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.790Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:58.791Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:53:58.791Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.791Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is not matching search criteria
2022-06-03T04:53:58.792Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-03T04:53:58.792Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-03T04:53:58.792Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-03T04:53:58.793Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:58.793Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:58.794Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-03T04:53:58.794Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-03T04:53:58.794Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-03T04:53:58.795Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-03T04:53:58.795Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-03T04:53:58.796Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-03T04:53:58.796Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-03T04:53:58.796Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3d4cc2d3-7656-4fd7-9d6c-022282b39ddc
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-03T04:53:58.799Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.799Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:58.800Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T04:53:58.800Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.800Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Node template vFW 4d439d01-8f3d 0 is matching search criteria
2022-06-03T04:53:58.800Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 4d439d01-8f3d 0] matching following query criteria: sdcType=VF, customizationUUID=2f033602-1143-4564-b9df-b9f4441ca72c
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-03T04:53:58.802Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.802Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:58.802Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 70009d63-9c31-470f-8ae6-dcfa0258a393: vFW 4d439d01-8f3d
2022-06-03T04:53:58.803Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.803Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:58.803Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.803Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:58.804Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.804Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:58.804Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.804Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:58.805Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T04:53:58.805Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-03 04-49-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T04:53:58.805Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-03 04-49-17 
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-03T04:53:58.977Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4d439d01-8f3d 9abc226d-88fc-4de9-9c24-5a747022b7ac 1 ASDC deployResourceStructure
2022-06-03T04:53:58.978Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json ASDC sendASDCNotification
2022-06-03T04:53:58.978Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json
2022-06-03T04:53:58.978Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:53:58.978Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:58.980Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:58.980Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232038978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:53:59.080Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:53:59.083Z||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-03T04:53:59.083Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:53:59.103Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:53:59.103Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:53:59.981Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-03T04:53:59.982Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml
2022-06-03T04:53:59.982Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:53:59.983Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:53:59.985Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:53:59.986Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232039981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T04:54:00.086Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T04:54:00.087Z||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-03T04:54:00.087Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:54:00.115Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:54:00.116Z||pool-47-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:54:00.988Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-03T04:54:00.988Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env
2022-06-03T04:54:00.989Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:54:00.989Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:54:00.993Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:54:00.993Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232040988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T04:54:01.093Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T04:54:01.095Z||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-03T04:54:01.096Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:54:01.114Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:54:01.117Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T04:54:01.994Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar ASDC sendASDCNotification
2022-06-03T04:54:01.995Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar
2022-06-03T04:54:01.996Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T04:54:01.996Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:54:01.998Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:54:01.999Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232041994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:54:02.099Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:54:02.100Z||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-03T04:54:02.100Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:54:02.120Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:54:02.121Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T04:54:03.000Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:54:03.016Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:54:03.019Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:54:03.019Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:54:03.019Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:54:33.020Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:54:33.040Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:54:33.047Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:54:33.047Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:54:33.047Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:54:42.164Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:54:42.165Z||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-03T04:54:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:54:42.300Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:54:42.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:54:42.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:54:42.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:03.048Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:55:03.061Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:55:03.072Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:55:03.073Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:55:03.073Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:55:33.073Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:55:33.086Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:55:33.088Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:55:33.088Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T04:55:33.088Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T04:55:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:55:42.165Z||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-03T04:55:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:55:42.706Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:55:42.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232018030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232018030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "cds",
  "timestamp": 1654232022625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232018030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "cds",
  "timestamp": 1654232022625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232018030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "cds",
  "timestamp": 1654232022625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232018030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232026122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "cds",
  "timestamp": 1654232022625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232018030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232026122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "cds",
  "timestamp": 1654232022625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232022160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232026122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232028198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "cds",
  "timestamp": 1654232022625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232028539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232026122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232028198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "cds",
  "timestamp": 1654232022625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232030531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232029544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:55:42.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232026122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232028198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "policy-id",
  "timestamp": 1654232030548,
  "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-03T04:55:42.729Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
2022-06-03T04:55:42.730Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242 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-03T04:55:42.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232026122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232028198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "cds",
  "timestamp": 1654232031237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.739Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232026122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232028198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "cds",
  "timestamp": 1654232032255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-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-03T04:55:42.747Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
2022-06-03T04:55:42.747Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242 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-03T04:55:42.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232028198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232034836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232028198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232036360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232036323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232037733,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232037616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.759Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232037741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232038978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:55:42.759Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232037741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.760Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232039644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232039981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T04:55:42.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232039341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232037741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.762Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232040667,
  "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-03T04:55:42.770Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
2022-06-03T04:55:42.770Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242 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-03T04:55:42.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232040988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-03T04:55:42.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232039341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.782Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232037741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232040632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.783Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232041672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T04:55:42.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.783Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232041994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:55:42.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232039341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232037741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.784Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232040632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vfw4d439d018f3d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232039341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.785Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232037741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232040632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232039341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232037741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232040632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232039341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232045718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232040632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/resourceInstances/vfw4d439d018f3d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232039341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232040632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T04:55:42.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232040632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T04:55:42.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T04:55:42.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232048875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232052880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:55:42.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232054151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T04:55:42.790Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232053888,
  "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-03T04:55:42.798Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
2022-06-03T04:55:42.798Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242 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-03T04:55:42.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232056165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:55:42.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "clamp",
  "timestamp": 1654232057169,
  "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-03T04:55:42.826Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
2022-06-03T04:55:42.826Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242 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-03T04:55:42.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232059629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220603044917/1.0/artifacts/service-Vfw20220603044917-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T04:55:42.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:55:42.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:55:42.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "aai-ml",
  "timestamp": 1654232060634,
  "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-03T04:55:42.838Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
2022-06-03T04:55:42.838Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242 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-03T04:56:03.088Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T04:56:03.111Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T04:56:03.113Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T04:56:03.114Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-03T04:56:03.119Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T04:56:33.120Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242 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-03T04:56:33.128Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242 and serviceModelVersionId: 70009d63-9c31-470f-8ae6-dcfa0258a393
2022-06-03T04:56:33.128Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abbd5080-2b8c-4cf6-b4dc-9bb632d272af
2022-06-03T04:56:33.129Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abbd5080-2b8c-4cf6-b4dc-9bb632d272af/model-vers/model-ver/70009d63-9c31-470f-8ae6-dcfa0258a393?depth=0
2022-06-03T04:56:33.138Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T04:56:33.208Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abbd5080-2b8c-4cf6-b4dc-9bb632d272af/model-vers/model-ver/70009d63-9c31-470f-8ae6-dcfa0258a393?depth=0|INFO|500||Invoke
2022-06-03T04:56:33.209Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abbd5080-2b8c-4cf6-b4dc-9bb632d272af/model-vers/model-ver/70009d63-9c31-470f-8ae6-dcfa0258a393?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abbd5080-2b8c-4cf6-b4dc-9bb632d272af/model-vers/model-ver/70009d63-9c31-470f-8ae6-dcfa0258a393?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d8e846d-2c1f-4efd-8ab3-4dec01d5e242], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cc29923-0109-41f3-8b83-b874399d0331], X-ECOMP-RequestID=[8d8e846d-2c1f-4efd-8ab3-4dec01d5e242], X-TransactionId=[], X-ONAP-RequestID=[8d8e846d-2c1f-4efd-8ab3-4dec01d5e242], Content-Type=[application/merge-patch+json]}
2022-06-03T04:56:33.233Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abbd5080-2b8c-4cf6-b4dc-9bb632d272af/model-vers/model-ver/70009d63-9c31-470f-8ae6-dcfa0258a393?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T04:56:33.755Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abbd5080-2b8c-4cf6-b4dc-9bb632d272af/model-vers/model-ver/70009d63-9c31-470f-8ae6-dcfa0258a393?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/abbd5080-2b8c-4cf6-b4dc-9bb632d272af/model-vers/model-ver/70009d63-9c31-470f-8ae6-dcfa0258a393?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-04:56:33:241-72892], vertex-id=[430160], Content-Length=[0], Date=[Fri, 03 Jun 2022 04:56:33 GMT], Content-Type=[application/json]}
2022-06-03T04:56:33.756Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abbd5080-2b8c-4cf6-b4dc-9bb632d272af/model-vers/model-ver/70009d63-9c31-470f-8ae6-dcfa0258a393?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T04:56:33.757Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abbd5080-2b8c-4cf6-b4dc-9bb632d272af/model-vers/model-ver/70009d63-9c31-470f-8ae6-dcfa0258a393?depth=0|INFO|500||InvokeReturn
2022-06-03T04:56:33.758Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T04:56:33.758Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-03T04:56:33.764Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||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-03T04:56:33.764Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d8e846d-2c1f-4efd-8ab3-4dec01d5e242 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T04:56:33.765Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T04:56:33.765Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T04:56:33.767Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T04:56:33.768Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232193764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T04:56:33.868Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T04:56:33.869Z||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-03T04:56:33.869Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:56:33.892Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:56:33.892Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T04:56:34.781Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:56:34.782Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:56:34.782Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:56:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:56:42.164Z||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-03T04:56:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:56:42.802Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:56:42.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T04:56:42.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8e846d-2c1f-4efd-8ab3-4dec01d5e242",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232193764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T04:56:42.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T04:56:45.219Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:56:45.220Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:56:45.220Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:56:45.220Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:56:54.792Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:56:54.793Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:56:54.794Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:56:54.794Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:57:04.353Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:57:42.160Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:57:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:57:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:57:42.163Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:57:42.164Z||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-03T04:57:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:57:51.720Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:57:51.726Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:58:42.160Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:58:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:58:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:58:42.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:58:42.166Z||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-03T04:58:42.166Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:58:51.713Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:58:51.718Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:59:42.160Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:59:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T04:59:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T04:59:42.163Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T04:59:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T04:59:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T04:59:51.721Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T04:59:51.721Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:00:42.160Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:00:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:00:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:00:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:00:42.164Z||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-03T05:00:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:00:51.711Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:00:51.719Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:01:42.160Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:01:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:01:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:01:42.163Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:01:42.164Z||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-03T05:01:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:01:51.715Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:01:51.715Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:02:42.161Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:02:42.163Z||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-03T05:02:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:02:42.163Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:02:42.164Z||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-03T05:02:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:02:51.721Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:02:51.721Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:03:42.161Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:03:42.163Z||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-03T05:03:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:03:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:03:42.164Z||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-03T05:03:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:03:42.810Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:03:42.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb464155-110d-4ce4-ae28-2d9108eecb27","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fbcf2d85-5b48-43c6-9670-2b74513f67ac","serviceDescription":"service","serviceInvariantUUID":"c7d451c5-a7c5-4b3b-b4cd-42a876411bba","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"41a85929-5204-4629-a0ec-0d946a1ac5fd","resourceInvariantUUID":"4ff79a6f-6c69-4bc0-a4f8-c3052e675eaf","resourceCustomizationUUID":"88165e23-3b17-4ee6-8411-18df36613fab","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":"MmU5MzM2OGIzOTdhNDNmOWNjNDNiZTE3MDhkYWQ3NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2baf9eac-8ed3-410d-bc90-b0ec2a936366","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWU5NTBmMDhhYmU0N2JkZDE4MDM3N2Y1NTQ0MzQ5ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1775df43-512a-423a-8077-4b1569fe2d58","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T05:03:42.810Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:03:42.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232586122,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:03:42.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232580631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:03:42.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "clamp",
  "timestamp": 1654232579341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:03:42.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232588198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "policy-id",
  "timestamp": 1654232578030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232586122,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "clamp",
  "timestamp": 1654232579341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:03:42.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232580631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:03:42.816Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:03:42.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "policy-id",
  "timestamp": 1654232578030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:03:42.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232588198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:03:42.816Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232592062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "policy-id",
  "timestamp": 1654232591679,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:03:42.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "policy-id",
  "timestamp": 1654232592686,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:03:42.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:03:42.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "clamp",
  "timestamp": 1654232594242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:03:42.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:03:42.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "cds",
  "timestamp": 1654232592625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:03:42.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232594010,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:03:42.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:03:42.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "policy-id",
  "timestamp": 1654232593691,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-06-03T05:03:42.822Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:03:42.822Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232622160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:03:42.863Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb464155-110d-4ce4-ae28-2d9108eecb27
2022-06-03T05:03:42.864Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb464155-110d-4ce4-ae28-2d9108eecb27 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-03T05:03:42.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "clamp",
  "timestamp": 1654232595272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:03:42.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:03:42.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "cds",
  "timestamp": 1654232592625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:03:42.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232595017,
  "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-03T05:03:42.879Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb464155-110d-4ce4-ae28-2d9108eecb27
2022-06-03T05:03:42.880Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb464155-110d-4ce4-ae28-2d9108eecb27 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-03T05:03:42.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "clamp",
  "timestamp": 1654232596276,
  "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-03T05:03:42.892Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb464155-110d-4ce4-ae28-2d9108eecb27
2022-06-03T05:03:42.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb464155-110d-4ce4-ae28-2d9108eecb27 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-03T05:03:42.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "cds",
  "timestamp": 1654232595716,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:03:42.901Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:03:42.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "cds",
  "timestamp": 1654232596726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-03T05:03:42.906Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb464155-110d-4ce4-ae28-2d9108eecb27
2022-06-03T05:03:42.906Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb464155-110d-4ce4-ae28-2d9108eecb27 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-03T05:03:42.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "aai-ml",
  "timestamp": 1654232607741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:03:42.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "aai-ml",
  "timestamp": 1654232607741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:03:42.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:03:42.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "aai-ml",
  "timestamp": 1654232611150,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:03:42.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:03:42.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "aai-ml",
  "timestamp": 1654232616939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:03:42.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:03:42.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:03:42.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "aai-ml",
  "timestamp": 1654232617943,
  "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-03T05:03:42.921Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:03:42.922Z||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-03T05:03:42.923Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:03:42.923Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb464155-110d-4ce4-ae28-2d9108eecb27
2022-06-03T05:03:42.924Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb464155-110d-4ce4-ae28-2d9108eecb27 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-03T05:03:42.942Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:03:42.943Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:03:43.822Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:03:43.824Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:03:43.826Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:03:43.826Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232622160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:03:43.926Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:03:43.928Z||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-03T05:03:43.928Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:03:43.944Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:03:43.945Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:03:44.827Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "fbcf2d85-5b48-43c6-9670-2b74513f67ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c7d451c5-a7c5-4b3b-b4cd-42a876411bba",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "88165e23-3b17-4ee6-8411-18df36613fab",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "41a85929-5204-4629-a0ec-0d946a1ac5fd",
      "resourceInvariantUUID": "4ff79a6f-6c69-4bc0-a4f8-c3052e675eaf",
      "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": "NWU5NTBmMDhhYmU0N2JkZDE4MDM3N2Y1NTQ0MzQ5ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1775df43-512a-423a-8077-4b1569fe2d58"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T05:03:44.828Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T05:03:44.828Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fbcf2d85-5b48-43c6-9670-2b74513f67ac ASDC
2022-06-03T05:03:44.828Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fb464155-110d-4ce4-ae28-2d9108eecb27
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fbcf2d85-5b48-43c6-9670-2b74513f67ac
ServiceInvariantUUID:c7d451c5-a7c5-4b3b-b4cd-42a876411bba
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:1775df43-512a-423a-8077-4b1569fe2d58
ArtifactChecksum:NWU5NTBmMDhhYmU0N2JkZDE4MDM3N2Y1NTQ0MzQ5ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:88165e23-3b17-4ee6-8411-18df36613fab
ResourceInvariantUUID:4ff79a6f-6c69-4bc0-a4f8-c3052e675eaf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:41a85929-5204-4629-a0ec-0d946a1ac5fd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-03T05:03:44.828Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbcf2d85-5b48-43c6-9670-2b74513f67ac 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-03T05:03:44.859Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:03:44.860Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T05:03:44.860Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T05:03:44.860Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1775df43-512a-423a-8077-4b1569fe2d58 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-03T05:03:44.860Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-03T05:03:44.861Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:45.335Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-03T05:03:45.338Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1775df43-512a-423a-8077-4b1569fe2d58 52509
2022-06-03T05:03:45.338Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:45.339Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:45.339Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:03:45.339Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:03:45.341Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:03:45.341Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232625338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:03:45.442Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T05:03:45.443Z||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-03T05:03:45.443Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:03:45.467Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:03:45.469Z||pool-53-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:03:46.342Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:03:46.343Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-03T05:03:46.344Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1775df43-512a-423a-8077-4b1569fe2d58, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T05:03:46.344Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-03T05:03:46.344Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T05:03:46.345Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T05:03:46.482Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13243467573922098849/Definitions/service-BasicNetwork-template.yml
2022-06-03T05:03:47.073Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T05:03:47.073Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T05:03:47.073Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-03T05:03:47.073Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-03T05:03:47.074Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.075Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.075Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-03T05:03:47.075Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T05:03:47.075Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:03:47.075Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.075Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.076Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-03T05:03:47.076Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-03T05:03:47.076Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:03:47.076Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.076Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.076Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.076Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.077Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.077Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.077Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.077Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.077Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.077Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.078Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:fbcf2d85-5b48-43c6-9670-2b74513f67ac
Model Version:NULL
Model InvariantUuid:c7d451c5-a7c5-4b3b-b4cd-42a876411bba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4ff79a6f-6c69-4bc0-a4f8-c3052e675eaf
Model UUID:281fcc07-ec81-4c09-a4a6-b35562938f27
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:88165e23-3b17-4ee6-8411-18df36613fab
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-03T05:03:47.089Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 41a85929-5204-4629-a0ec-0d946a1ac5fd
2022-06-03T05:03:47.089Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||No resources found for Service: fbcf2d85-5b48-43c6-9670-2b74513f67ac
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-03T05:03:47.098Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||
2022-06-03T05:03:47.099Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-03T05:03:47.100Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||No resources found for Service: fbcf2d85-5b48-43c6-9670-2b74513f67ac
2022-06-03T05:03:47.100Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fbcf2d85-5b48-43c6-9670-2b74513f67ac
2022-06-03T05:03:47.100Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-03T05:03:47.101Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.107Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dec142c, org.onap.sdc.toscaparser.api.parameters.Input@4e20de57, org.onap.sdc.toscaparser.api.parameters.Input@20b6fe03, org.onap.sdc.toscaparser.api.parameters.Input@bdc5f9a, org.onap.sdc.toscaparser.api.parameters.Input@46dc77b9]
2022-06-03T05:03:47.110Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.110Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.111Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.111Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.111Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fbcf2d85-5b48-43c6-9670-2b74513f67ac: Generic NeutronNet
2022-06-03T05:03:47.112Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.112Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.112Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.113Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.171Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.171Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.171Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.172Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.172Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:03:47.172Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.172Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.245Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-03T05:03:47.245Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.245Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:47.245Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:03:47.246Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:03:47.247Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:03:47.248Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232627245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:03:47.348Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:03:47.349Z||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-03T05:03:47.349Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:03:47.380Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:03:47.381Z||pool-54-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:03:48.248Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb464155-110d-4ce4-ae28-2d9108eecb27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:03:48.260Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb464155-110d-4ce4-ae28-2d9108eecb27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:03:48.263Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:03:48.264Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T05:03:48.264Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T05:03:48.265Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T05:03:48.265Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:03:48.265Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:03:48.266Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:03:48.266Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:03:48.266Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:03:48.267Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:03:48.267Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:03:48.272Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T05:04:18.274Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb464155-110d-4ce4-ae28-2d9108eecb27 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-03T05:04:18.297Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb464155-110d-4ce4-ae28-2d9108eecb27 and serviceModelVersionId: fbcf2d85-5b48-43c6-9670-2b74513f67ac
2022-06-03T05:04:18.298Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c7d451c5-a7c5-4b3b-b4cd-42a876411bba
2022-06-03T05:04:18.299Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c7d451c5-a7c5-4b3b-b4cd-42a876411bba/model-vers/model-ver/fbcf2d85-5b48-43c6-9670-2b74513f67ac?depth=0
2022-06-03T05:04:18.304Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T05:04:18.355Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7d451c5-a7c5-4b3b-b4cd-42a876411bba/model-vers/model-ver/fbcf2d85-5b48-43c6-9670-2b74513f67ac?depth=0|INFO|500||Invoke
2022-06-03T05:04:18.355Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7d451c5-a7c5-4b3b-b4cd-42a876411bba/model-vers/model-ver/fbcf2d85-5b48-43c6-9670-2b74513f67ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7d451c5-a7c5-4b3b-b4cd-42a876411bba/model-vers/model-ver/fbcf2d85-5b48-43c6-9670-2b74513f67ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb464155-110d-4ce4-ae28-2d9108eecb27], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7815bb5-5646-409c-b911-d2434f4d5ae4], X-ECOMP-RequestID=[fb464155-110d-4ce4-ae28-2d9108eecb27], X-TransactionId=[], X-ONAP-RequestID=[fb464155-110d-4ce4-ae28-2d9108eecb27], Content-Type=[application/merge-patch+json]}
2022-06-03T05:04:18.379Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7d451c5-a7c5-4b3b-b4cd-42a876411bba/model-vers/model-ver/fbcf2d85-5b48-43c6-9670-2b74513f67ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T05:04:19.644Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7d451c5-a7c5-4b3b-b4cd-42a876411bba/model-vers/model-ver/fbcf2d85-5b48-43c6-9670-2b74513f67ac?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/c7d451c5-a7c5-4b3b-b4cd-42a876411bba/model-vers/model-ver/fbcf2d85-5b48-43c6-9670-2b74513f67ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220603-05:04:18:388-23392], vertex-id=[364568], Content-Length=[0], Date=[Fri, 03 Jun 2022 05:04:18 GMT], Content-Type=[application/json]}
2022-06-03T05:04:19.644Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7d451c5-a7c5-4b3b-b4cd-42a876411bba/model-vers/model-ver/fbcf2d85-5b48-43c6-9670-2b74513f67ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T05:04:19.644Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c7d451c5-a7c5-4b3b-b4cd-42a876411bba/model-vers/model-ver/fbcf2d85-5b48-43c6-9670-2b74513f67ac?depth=0|INFO|500||InvokeReturn
2022-06-03T05:04:19.645Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T05:04:19.645Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:04:19.652Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:04:19.653Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb464155-110d-4ce4-ae28-2d9108eecb27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T05:04:19.653Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T05:04:19.653Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:04:19.655Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:04:19.655Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232659653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:04:19.755Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:04:19.756Z||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-03T05:04:19.757Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:04:19.779Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:04:19.780Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T05:04:42.160Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:04:42.161Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:04:42.161Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:04:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:04:42.164Z||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-03T05:04:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:04:42.291Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:04:42.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:04:42.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232622160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:04:42.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:04:51.714Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:42.160Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:05:42.161Z||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-03T05:05:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:05:42.164Z||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-03T05:05:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:42.253Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:42.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:05:42.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232622160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:05:42.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:05:42.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:05:42.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232625338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:05:42.260Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:05:42.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:05:42.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232627245,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:05:42.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:05:42.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-03T05:05:42.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb464155-110d-4ce4-ae28-2d9108eecb27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232659653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:05:42.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:05:42.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:42.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:05:42.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d7cbfc2-25af-4789-80d2-a04dfb4a65c3","serviceName":"Demo_pNF_LriKGfU0JYIxSvIuHdcM","serviceVersion":"1.0","serviceUUID":"4970fade-570f-430f-8717-3e20ba8bb3a8","serviceDescription":"catalog service description","serviceInvariantUUID":"d3530699-9b3b-469d-b6dc-0489de5e0421","resources":[{"resourceInstanceName":"pNF f192684d-6e44 0","resourceName":"pNF f192684d-6e44","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ec17b69b-493f-4c7c-9af3-f91622f47612","resourceInvariantUUID":"2fb81627-42e0-4aba-a53b-d258dbf5df04","resourceCustomizationUUID":"5e9a9cd9-e637-4a00-8989-7740720f2b7b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml","artifactChecksum":"YjM1Y2QzOWRlNGRiMDIzMGQ3YjZiZGIzN2I2NDEyMjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c14d619-0406-4a90-b789-b7d39a4ae710","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar","artifactChecksum":"OGFiMGRkNjVlZGIwYmRmOTJkZGZlZjQwNGE4OGJmYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d1354d0-7f3b-413a-b00f-ea0ad5c1f3eb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fed66ed-93c4-47d9-9013-a859a2b8783d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml","artifactChecksum":"MmU1OTg5NDMyMzMyYTA4YmVhZDA5YTkxNjRmYzM3Mjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8ebbb37-218a-4dd2-ac10-e84c5142c003","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc2afa8d-7ea3-4e17-9ddc-c1a5920beaa8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bab15237-0293-4398-84ff-582d943690d1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml","artifactChecksum":"NTAzYTg4MTdkYzhkNTQyYzJkODVhOTZiMmVhNmJiNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"11f22fb3-25f7-46c1-b3a7-6acc3c4ca97c","artifactVersion":"1"},{"artifactName":"service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar","artifactChecksum":"ZjNhY2E1YTE4NGQxYWVkYTc5ZDljNWEwNjZjMjM2YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da70babf-4066-487a-81e1-0ad5fe580c83","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T05:05:42.895Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:05:42.896Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:42.898Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:42.899Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:05:42.999Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:05:43.000Z||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-03T05:05:43.000Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:43.021Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:43.022Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:05:43.899Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:05:43.900Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:43.903Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:43.903Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:05:44.003Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:05:44.004Z||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-03T05:05:44.005Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:44.048Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:44.049Z||pool-57-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:05:44.903Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:05:44.904Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:44.907Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:44.907Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:05:45.007Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:05:45.008Z||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-03T05:05:45.008Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:45.062Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:45.063Z||pool-58-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:05:45.911Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:05:45.912Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:45.914Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:45.914Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:05:46.015Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:05:46.016Z||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-03T05:05:46.016Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:46.032Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:46.032Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:05:46.915Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:05:46.917Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:46.919Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:46.919Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:05:47.020Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:05:47.021Z||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-03T05:05:47.021Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:47.039Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:47.039Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:05:47.919Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:05:47.921Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:47.924Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:47.924Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:05:48.024Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:05:48.025Z||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-03T05:05:48.025Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:48.043Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:48.043Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:05:48.925Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:05:48.926Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:48.927Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:48.928Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:05:49.028Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:05:49.028Z||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-03T05:05:49.029Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:49.052Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:49.053Z||pool-62-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:05:49.928Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:05:49.929Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:49.932Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:49.932Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:05:50.032Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:05:50.033Z||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-03T05:05:50.033Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:50.049Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:50.049Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:05:50.933Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "serviceName": "Demo_pNF_LriKGfU0JYIxSvIuHdcM",
  "serviceVersion": "1.0",
  "serviceUUID": "4970fade-570f-430f-8717-3e20ba8bb3a8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d3530699-9b3b-469d-b6dc-0489de5e0421",
  "resources": [
    {
      "resourceInstanceName": "pNF f192684d-6e44 0",
      "resourceCustomizationUUID": "5e9a9cd9-e637-4a00-8989-7740720f2b7b",
      "resourceName": "pNF f192684d-6e44",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ec17b69b-493f-4c7c-9af3-f91622f47612",
      "resourceInvariantUUID": "2fb81627-42e0-4aba-a53b-d258dbf5df04",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
      "artifactChecksum": "ZjNhY2E1YTE4NGQxYWVkYTc5ZDljNWEwNjZjMjM2YTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da70babf-4066-487a-81e1-0ad5fe580c83"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T05:05:50.934Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T05:05:50.934Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4970fade-570f-430f-8717-3e20ba8bb3a8 ASDC
2022-06-03T05:05:50.934Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
ServiceName:Demo_pNF_LriKGfU0JYIxSvIuHdcM
ServiceVersion:1.0
ServiceUUID:4970fade-570f-430f-8717-3e20ba8bb3a8
ServiceInvariantUUID:d3530699-9b3b-469d-b6dc-0489de5e0421
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
ArtifactUUID:da70babf-4066-487a-81e1-0ad5fe580c83
ArtifactChecksum:ZjNhY2E1YTE4NGQxYWVkYTc5ZDljNWEwNjZjMjM2YTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f192684d-6e44 0
ResourceCustomizationUUID:5e9a9cd9-e637-4a00-8989-7740720f2b7b
ResourceInvariantUUID:2fb81627-42e0-4aba-a53b-d258dbf5df04
ResourceName:pNF f192684d-6e44
ResourceType:PNF
ResourceUUID:ec17b69b-493f-4c7c-9af3-f91622f47612
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T05:05:50.934Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4970fade-570f-430f-8717-3e20ba8bb3a8 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-03T05:05:50.967Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:05:50.969Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T05:05:50.969Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T05:05:50.969Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: da70babf-4066-487a-81e1-0ad5fe580c83 from URL: /sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:50.969Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:05:50.969Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:52.051Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:05:52.055Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar da70babf-4066-487a-81e1-0ad5fe580c83 82657
2022-06-03T05:05:52.055Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar ASDC sendASDCNotification
2022-06-03T05:05:52.055Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:52.055Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:05:52.056Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:52.057Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:52.058Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232752055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:05:52.158Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:05:52.159Z||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-03T05:05:52.159Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:52.177Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:52.178Z||pool-64-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:05:53.058Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:05:53.060Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T05:05:53.060Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: da70babf-4066-487a-81e1-0ad5fe580c83, URL: /sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar to file: /app/ASDC/1/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:53.060Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:53.061Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:53.061Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:53.219Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9433602998467116937/Definitions/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml
2022-06-03T05:05:54.323Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T05:05:54.324Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-03T05:05:54.324Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:54.325Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T05:05:54.325Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||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-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:54.325Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:54.326Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||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-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:54.326Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||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-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:54.326Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||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-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:54.326Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f192684d-6e44 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-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:54.327Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||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-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:54.327Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-03T05:05:54.327Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:05:54.327Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_LriKGfU0JYIxSvIuHdcM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:05:54.328Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Node template pNF f192684d-6e44 0 is matching search criteria
2022-06-03T05:05:54.328Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-03T05:05:54.329Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF f192684d-6e44 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:05:54.329Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:05:54.329Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_LriKGfU0JYIxSvIuHdcM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:05:54.330Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Node template pNF f192684d-6e44 0 is matching search criteria
2022-06-03T05:05:54.330Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-03T05:05:54.330Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF f192684d-6e44 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:05:54.331Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:05:54.331Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_LriKGfU0JYIxSvIuHdcM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:05:54.331Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:05:54.331Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_LriKGfU0JYIxSvIuHdcM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:05:54.332Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:05:54.332Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_LriKGfU0JYIxSvIuHdcM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:05:54.332Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:05:54.333Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_LriKGfU0JYIxSvIuHdcM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:05:54.333Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:05:54.333Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_LriKGfU0JYIxSvIuHdcM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:05:54.334Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LriKGfU0JYIxSvIuHdcM
Description:catalog service description
Model UUID:4970fade-570f-430f-8717-3e20ba8bb3a8
Model Version:NULL
Model InvariantUuid:d3530699-9b3b-469d-b6dc-0489de5e0421
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-03T05:05:54.341Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: ec17b69b-493f-4c7c-9af3-f91622f47612
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-03T05:05:54.345Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||pNF f192684d-6e44 0
2022-06-03T05:05:54.346Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ec17b69b-493f-4c7c-9af3-f91622f47612
2022-06-03T05:05:54.346Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4970fade-570f-430f-8717-3e20ba8bb3a8
2022-06-03T05:05:54.346Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4970fade-570f-430f-8717-3e20ba8bb3a8
2022-06-03T05:05:54.347Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f192684d-6e44 0 ec17b69b-493f-4c7c-9af3-f91622f47612 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-03T05:05:54.353Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@159fc78, org.onap.sdc.toscaparser.api.parameters.Input@55fb52c6, org.onap.sdc.toscaparser.api.parameters.Input@689ea153, org.onap.sdc.toscaparser.api.parameters.Input@35d7e751, org.onap.sdc.toscaparser.api.parameters.Input@7ba367af]
2022-06-03T05:05:54.353Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:05:54.353Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_LriKGfU0JYIxSvIuHdcM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:05:54.354Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4970fade-570f-430f-8717-3e20ba8bb3a8: pNF f192684d-6e44
2022-06-03T05:05:54.354Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||Processing PNF resource: ec17b69b-493f-4c7c-9af3-f91622f47612
2022-06-03T05:05:54.354Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:05:54.355Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_LriKGfU0JYIxSvIuHdcM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:05:54.355Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||Resource customization UUID: 5e9a9cd9-e637-4a00-8989-7740720f2b7b is the same as notified resource customizationUUID: 5e9a9cd9-e637-4a00-8989-7740720f2b7b
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-03T05:05:54.412Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f192684d-6e44 ec17b69b-493f-4c7c-9af3-f91622f47612 0 ASDC deployResourceStructure
2022-06-03T05:05:54.413Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar ASDC sendASDCNotification
2022-06-03T05:05:54.413Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar
2022-06-03T05:05:54.414Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:05:54.415Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:05:54.418Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:05:54.418Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232754413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:05:54.518Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:05:54.519Z||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-03T05:05:54.519Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:05:54.538Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:05:54.538Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:05:55.419Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:05:55.437Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:05:55.439Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:05:55.439Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T05:05:55.439Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T05:06:25.439Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:06:25.449Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:06:25.451Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:06:25.451Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T05:06:25.451Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T05:06:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:06:42.164Z||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-03T05:06:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:06:42.216Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:06:42.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232712626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232708198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232712626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232708198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232712626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232708198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232718030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232712626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232708198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232718030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232708198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232712626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232718030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232712626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232708198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232718030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232712626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232708198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232718030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232712626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:06:42.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232708198,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:06:42.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232718030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232718030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232725302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:06:42.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:06:42.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232718030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:06:42.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232726127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "cds",
  "timestamp": 1654232726308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-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-03T05:06:42.241Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
2022-06-03T05:06:42.241Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3 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-03T05:06:42.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232726127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232727021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:06:42.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:06:42.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232727741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232726127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232728036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:06:42.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:06:42.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232727741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232726127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "policy-id",
  "timestamp": 1654232729039,
  "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-03T05:06:42.263Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
2022-06-03T05:06:42.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3 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-03T05:06:42.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232729340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232727741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232726127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232729340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232727741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232730631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232726127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:06:42.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232729340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232727741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232730631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232726127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232729340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232727741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232730631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232726127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232729340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232727741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232730631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232729340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232727741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:06:42.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232735435,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:06:42.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:06:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232730631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232729340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232730631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232736649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:06:42.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:06:42.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232729340,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:06:42.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232737123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:06:42.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:06:42.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232730631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:06:42.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232737655,
  "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-03T05:06:42.289Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
2022-06-03T05:06:42.289Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3 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-03T05:06:42.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232730631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:06:42.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:06:42.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:06:42.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232740586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:06:42.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:06:55.452Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:06:55.466Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:06:55.470Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:06:55.470Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T05:06:55.470Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T05:07:25.471Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:07:25.480Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:07:25.482Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:07:25.482Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T05:07:25.482Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T05:07:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:07:42.164Z||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-03T05:07:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:07:42.206Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:07:42.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232742722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:07:42.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:42.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232743616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:07:42.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:42.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232743728,
  "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-03T05:07:42.217Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
2022-06-03T05:07:42.218Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3 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-03T05:07:42.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "aai-ml",
  "timestamp": 1654232744620,
  "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-03T05:07:42.233Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
2022-06-03T05:07:42.234Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3 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-03T05:07:42.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/resourceInstances/pnff192684d6e440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232749271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:07:42.255Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:42.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232742160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232750288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:07:42.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:42.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "clamp",
  "timestamp": 1654232751292,
  "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-03T05:07:42.263Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
2022-06-03T05:07:42.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3 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-03T05:07:42.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232752055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:07:42.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:42.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232754413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrikgfu0jyixsviuhdcm/1.0/artifacts/service-DemoPnfLrikgfu0jyixsviuhdcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:07:42.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:42.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232790631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "cds",
  "timestamp": 1654232787625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232787741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232788198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232789340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232786122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "cds",
  "timestamp": 1654232787625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232790631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232787741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232789340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232788198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232786122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "cds",
  "timestamp": 1654232787625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232790631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232787741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232788198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232789340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232786122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232790631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "cds",
  "timestamp": 1654232787625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232787741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232789340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232788198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232786122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "cds",
  "timestamp": 1654232787625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232787741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232788198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232790631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232789340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232786122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232787741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "cds",
  "timestamp": 1654232787625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232790631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232788198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232789340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232786122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232798030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "cds",
  "timestamp": 1654232787625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232787741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232790631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232788198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232786122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232789340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232798030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:07:42.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232798030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:07:42.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:07:42.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232801634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:07:42.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:42.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "cds",
  "timestamp": 1654232800968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:07:42.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:42.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232802007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:07:42.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:42.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:07:42.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232801565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:07:42.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:07:55.483Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:07:55.495Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:07:55.500Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:07:55.500Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T05:07:55.500Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T05:07:55.500Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T05:07:55.500Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:07:55.500Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:07:55.500Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:07:55.500Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:07:55.501Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:07:55.501Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:07:55.501Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:07:55.501Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||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-03T05:07:55.507Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T05:08:25.507Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3 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-03T05:08:25.512Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3 and serviceModelVersionId: 4970fade-570f-430f-8717-3e20ba8bb3a8
2022-06-03T05:08:25.512Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3530699-9b3b-469d-b6dc-0489de5e0421
2022-06-03T05:08:25.513Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3530699-9b3b-469d-b6dc-0489de5e0421/model-vers/model-ver/4970fade-570f-430f-8717-3e20ba8bb3a8?depth=0
2022-06-03T05:08:25.517Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T05:08:25.567Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3530699-9b3b-469d-b6dc-0489de5e0421/model-vers/model-ver/4970fade-570f-430f-8717-3e20ba8bb3a8?depth=0|INFO|500||Invoke
2022-06-03T05:08:25.568Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3530699-9b3b-469d-b6dc-0489de5e0421/model-vers/model-ver/4970fade-570f-430f-8717-3e20ba8bb3a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3530699-9b3b-469d-b6dc-0489de5e0421/model-vers/model-ver/4970fade-570f-430f-8717-3e20ba8bb3a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d7cbfc2-25af-4789-80d2-a04dfb4a65c3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1847c66-ca4d-4a5e-ab1e-94d762be49e8], X-ECOMP-RequestID=[0d7cbfc2-25af-4789-80d2-a04dfb4a65c3], X-TransactionId=[], X-ONAP-RequestID=[0d7cbfc2-25af-4789-80d2-a04dfb4a65c3], Content-Type=[application/merge-patch+json]}
2022-06-03T05:08:25.596Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3530699-9b3b-469d-b6dc-0489de5e0421/model-vers/model-ver/4970fade-570f-430f-8717-3e20ba8bb3a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T05:08:26.032Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3530699-9b3b-469d-b6dc-0489de5e0421/model-vers/model-ver/4970fade-570f-430f-8717-3e20ba8bb3a8?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/d3530699-9b3b-469d-b6dc-0489de5e0421/model-vers/model-ver/4970fade-570f-430f-8717-3e20ba8bb3a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220603-05:08:25:604-20172], vertex-id=[368664], Content-Length=[0], Date=[Fri, 03 Jun 2022 05:08:25 GMT], Content-Type=[application/json]}
2022-06-03T05:08:26.032Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3530699-9b3b-469d-b6dc-0489de5e0421/model-vers/model-ver/4970fade-570f-430f-8717-3e20ba8bb3a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T05:08:26.033Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3530699-9b3b-469d-b6dc-0489de5e0421/model-vers/model-ver/4970fade-570f-430f-8717-3e20ba8bb3a8?depth=0|INFO|500||InvokeReturn
2022-06-03T05:08:26.033Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T05:08:26.033Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||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-03T05:08:26.038Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||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-03T05:08:26.038Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d7cbfc2-25af-4789-80d2-a04dfb4a65c3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T05:08:26.039Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T05:08:26.039Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:26.040Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:26.040Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232906038,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:08:26.141Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:26.142Z||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-03T05:08:26.142Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:26.165Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:26.165Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T05:08:27.052Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:08:27.053Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|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-03T05:08:27.053Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:31.572Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:31.573Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:08:31.573Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143","serviceDescription":"service","serviceInvariantUUID":"49991183-285f-4097-b7db-5e53b14648c0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"577c5938-9e87-4588-b291-cacedd313649","resourceInvariantUUID":"7e1cd02c-d5c7-45f7-bc7e-26cc4f6ea51f","resourceCustomizationUUID":"74d6f454-7095-447e-a728-de9423221a94","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":"NWMyMWM2MGYyZWM1ZDA0MDA0NmIwNjVjYzA1ZjUwNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7491f79a-5d68-4b20-a6bc-c3f9e2f7c53e","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":"NmI3MTM3OWE5NjM3ZTI5ZWZhYjM0ZmY3NTM1N2Y3ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1f101ce-5533-4da2-8853-eb3dda6de9dd","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":"df66a215-0a66-40dc-8e7b-3fa3d49c7fa3","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":"c2bef289-37e8-48b3-8b03-e9348789062d","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":"4fc1e13a-f608-42e5-92a4-1dfe58b14fe0","artifactVersion":"2","generatedFromUUID":"df66a215-0a66-40dc-8e7b-3fa3d49c7fa3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjI3NTI1ODYxZDBlNmJjZjg0Y2QzZjU1NDQ0NDA1MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55fec22a-a137-4250-a8c2-cdd082b3a4b3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzRkZWMxNmUzNDZjZjdmYWNhNTE4NmJmNTg1YzgwZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cee85487-ca00-4f06-a48b-5073aa8b7d98","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T05:08:31.577Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:08:31.577Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:31.580Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:31.580Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:31.680Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:31.681Z||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-03T05:08:31.681Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:31.699Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:31.700Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:08:32.581Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:08:32.582Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:32.584Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:32.584Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:08:32.684Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:32.685Z||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-03T05:08:32.685Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:32.715Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:32.716Z||pool-68-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:33.585Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:08:33.587Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:33.589Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:33.590Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:08:33.690Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:33.691Z||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-03T05:08:33.691Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:33.721Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:33.722Z||pool-69-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":2,"count":1}
2022-06-03T05:08:34.590Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:08:34.592Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:34.594Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:34.594Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:34.694Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:34.695Z||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-03T05:08:34.695Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:34.728Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:34.728Z||pool-70-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:35.595Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:08:35.596Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:35.598Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:35.598Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T05:08:35.698Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:35.699Z||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-03T05:08:35.699Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:35.727Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:35.728Z||pool-71-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:08:36.599Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:08:36.603Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:36.605Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:36.605Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:36.706Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:36.707Z||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-03T05:08:36.707Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:36.727Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:36.728Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:37.607Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:08:37.608Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:37.609Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:37.610Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:08:37.710Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:37.711Z||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-03T05:08:37.711Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:37.734Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:37.735Z||pool-73-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:38.611Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143",
  "serviceDescription": "service",
  "serviceInvariantUUID": "49991183-285f-4097-b7db-5e53b14648c0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "74d6f454-7095-447e-a728-de9423221a94",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "577c5938-9e87-4588-b291-cacedd313649",
      "resourceInvariantUUID": "7e1cd02c-d5c7-45f7-bc7e-26cc4f6ea51f",
      "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": "NmI3MTM3OWE5NjM3ZTI5ZWZhYjM0ZmY3NTM1N2Y3ZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1f101ce-5533-4da2-8853-eb3dda6de9dd",
          "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": "df66a215-0a66-40dc-8e7b-3fa3d49c7fa3",
          "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": "4fc1e13a-f608-42e5-92a4-1dfe58b14fe0",
            "generatedFromUUID": "df66a215-0a66-40dc-8e7b-3fa3d49c7fa3"
          },
          "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": "4fc1e13a-f608-42e5-92a4-1dfe58b14fe0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzRkZWMxNmUzNDZjZjdmYWNhNTE4NmJmNTg1YzgwZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cee85487-ca00-4f06-a48b-5073aa8b7d98"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T05:08:38.612Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T05:08:38.612Z|0d7cbfc2-25af-4789-80d2-a04dfb4a65c3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143 ASDC
2022-06-03T05:08:38.612Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143
ServiceInvariantUUID:49991183-285f-4097-b7db-5e53b14648c0
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:cee85487-ca00-4f06-a48b-5073aa8b7d98
ArtifactChecksum:MzRkZWMxNmUzNDZjZjdmYWNhNTE4NmJmNTg1YzgwZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:74d6f454-7095-447e-a728-de9423221a94
ResourceInvariantUUID:7e1cd02c-d5c7-45f7-bc7e-26cc4f6ea51f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:577c5938-9e87-4588-b291-cacedd313649
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:b1f101ce-5533-4da2-8853-eb3dda6de9dd
ArtifactChecksum:NmI3MTM3OWE5NjM3ZTI5ZWZhYjM0ZmY3NTM1N2Y3ZTA=
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:df66a215-0a66-40dc-8e7b-3fa3d49c7fa3
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:4fc1e13a-f608-42e5-92a4-1dfe58b14fe0
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:4fc1e13a-f608-42e5-92a4-1dfe58b14fe0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T05:08:38.612Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143 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-03T05:08:38.648Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:08:38.648Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T05:08:38.648Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T05:08:38.649Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cee85487-ca00-4f06-a48b-5073aa8b7d98 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T05:08:38.649Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:08:38.649Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-03T05:08:39.135Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:08:39.138Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cee85487-ca00-4f06-a48b-5073aa8b7d98 71069
2022-06-03T05:08:39.139Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:39.139Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:39.139Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:08:39.139Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:39.141Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:39.141Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232919139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:39.242Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T05:08:39.243Z||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-03T05:08:39.243Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:39.260Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:39.260Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:08:40.142Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:08:40.143Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T05:08:40.144Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cee85487-ca00-4f06-a48b-5073aa8b7d98, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T05:08:40.144Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-03T05:08:40.145Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T05:08:40.145Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T05:08:40.251Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8477973366683949003/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-03T05:08:41.482Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T05:08:41.483Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-03T05:08:41.483Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-03T05:08:41.483Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T05:08:41.483Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:41.483Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:41.483Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:41.484Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:41.484Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:41.484Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:41.484Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:41.484Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:41.484Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:41.484Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-03T05:08:41.484Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.484Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:41.485Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T05:08:41.485Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-03T05:08:41.485Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:08:41.485Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.485Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:41.485Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T05:08:41.486Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-03T05:08:41.486Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:08:41.486Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.486Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:41.486Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.486Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-03T05:08:41.487Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-03T05:08:41.487Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-03T05:08:41.487Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-03T05:08:41.487Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T05:08:41.487Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T05:08:41.487Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.487Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T05:08:41.488Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.488Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T05:08:41.488Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:08:41.488Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.488Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T05:08:41.488Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:08:41.489Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.489Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T05:08:41.489Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:08:41.489Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.489Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-03T05:08:41.489Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T05:08:41.489Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T05:08:41.490Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8583494f-07fe-4c36-bec6-c6388aa3d16d
2022-06-03T05:08:41.490Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.490Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:41.490Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.490Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:41.490Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.490Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:41.490Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:41.491Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:41.491Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143
Model Version:NULL
Model InvariantUuid:49991183-285f-4097-b7db-5e53b14648c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:fa9ebd22-fda6-40b3-86cd-e53434023180
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e1cd02c-d5c7-45f7-bc7e-26cc4f6ea51f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74d6f454-7095-447e-a728-de9423221a94
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b608d0f4-742c-4103-ac7f-15b4b961ec7d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:caebbe1b-eefd-46cb-a1c9-36eb0fda1acc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8583494f-07fe-4c36-bec6-c6388aa3d16d
ModelInvariantUuid:5035f390-ea89-42ec-99f5-e6c11a79939d
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ed59b9db-fb69-42aa-bd64-2ded43d9976b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2ed1a228-8a9a-4ead-8792-38122783a935
ModelInvariantUuid:8cb15e59-329c-4110-8baf-bb2359b4c66d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:fc291b81-b750-4099-b005-77cc4d7bc589
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-03T05:08:41.498Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 577c5938-9e87-4588-b291-cacedd313649
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-03T05:08:41.501Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-06-03T05:08:41.501Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 577c5938-9e87-4588-b291-cacedd313649
2022-06-03T05:08:41.502Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b1f101ce-5533-4da2-8853-eb3dda6de9dd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-03T05:08:41.502Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:08:41.502Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:42.030Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:08:42.031Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b1f101ce-5533-4da2-8853-eb3dda6de9dd 787
2022-06-03T05:08:42.031Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:42.031Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:42.032Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:08:42.032Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:42.034Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:42.034Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232922031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.134Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:42.135Z||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-03T05:08:42.135Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:42.152Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:42.153Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:08:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:08:42.164Z||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-03T05:08:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:42.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:42.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232798030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "cds",
  "timestamp": 1654232801973,
  "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-03T05:08:42.210Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3
2022-06-03T05:08:42.210Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3 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-03T05:08:42.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232803038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.219Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232798030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232802977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232804542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.220Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232798030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232804420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232802977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232805582,
  "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-03T05:08:42.226Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3
2022-06-03T05:08:42.227Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3 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-03T05:08:42.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232798030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232805438,
  "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-03T05:08:42.239Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3
2022-06-03T05:08:42.239Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3 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-03T05:08:42.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232802977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232806588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.248Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232806122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232805946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232802977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232806122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232806950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.249Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232802977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232806122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "policy-id",
  "timestamp": 1654232807953,
  "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-03T05:08:42.255Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3
2022-06-03T05:08:42.256Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3 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-03T05:08:42.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232808198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232809282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232802977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232806122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232808198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232810304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232802977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232806122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232808198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "clamp",
  "timestamp": 1654232811307,
  "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-03T05:08:42.270Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3
2022-06-03T05:08:42.270Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3 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-03T05:08:42.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232802977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232806122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232808198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232802977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232806122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232808198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232806122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232808198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232813709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654232806122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232808198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232815693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "cds",
  "timestamp": 1654232814714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:08:42.291Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ddeaa265-fce6-4849-8090-465c9da9d565
2022-06-03T05:08:42.292Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddeaa265-fce6-4849-8090-465c9da9d565 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-03T05:08:42.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232808198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "aai-ml",
  "timestamp": 1654232816698,
  "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-03T05:08:42.304Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3
2022-06-03T05:08:42.304Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3 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-03T05:08:42.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232808198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232817741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232818911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232817741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232818030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232819341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232817741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232818030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232819341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232820943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.315Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232817741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232818030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232819341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232817741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232818030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232819341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232822856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232817741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232818030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232819341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232817741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232818030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232824617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.320Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232819341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232817741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232818030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232825668,
  "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-03T05:08:42.327Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddeaa265-fce6-4849-8090-465c9da9d565
2022-06-03T05:08:42.327Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddeaa265-fce6-4849-8090-465c9da9d565 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-03T05:08:42.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232819341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232817741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232818030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654232826673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232819341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232818030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232827940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232819341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232828532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232820631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:08:42.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:08:42.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232829537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232831012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "policy-id",
  "timestamp": 1654232830540,
  "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-03T05:08:42.343Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddeaa265-fce6-4849-8090-465c9da9d565
2022-06-03T05:08:42.344Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddeaa265-fce6-4849-8090-465c9da9d565 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-03T05:08:42.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232833489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232834286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:42.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654232834494,
  "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-03T05:08:42.355Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ddeaa265-fce6-4849-8090-465c9da9d565
2022-06-03T05:08:42.355Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddeaa265-fce6-4849-8090-465c9da9d565 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-03T05:08:42.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232835308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "clamp",
  "timestamp": 1654232836312,
  "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-03T05:08:42.369Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ddeaa265-fce6-4849-8090-465c9da9d565
2022-06-03T05:08:42.369Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddeaa265-fce6-4849-8090-465c9da9d565 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-03T05:08:42.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232840595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:42.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:08:42.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:08:42.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "aai-ml",
  "timestamp": 1654232841599,
  "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-03T05:08:42.384Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ddeaa265-fce6-4849-8090-465c9da9d565
2022-06-03T05:08:42.384Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddeaa265-fce6-4849-8090-465c9da9d565 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-03T05:08:43.035Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b608d0f4-742c-4103-ac7f-15b4b961ec7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "caebbe1b-eefd-46cb-a1c9-36eb0fda1acc",
    "vfModuleModelCustomizationUUID": "3ae725a6-20ac-4fcd-8b7b-67084436f060",
    "isBase": true,
    "artifacts": [
      "df66a215-0a66-40dc-8e7b-3fa3d49c7fa3",
      "4fc1e13a-f608-42e5-92a4-1dfe58b14fe0"
    ],
    "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-03T05:08:43.039Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:caebbe1b-eefd-46cb-a1c9-36eb0fda1acc
VfModuleModelInvariantUUID:b608d0f4-742c-4103-ac7f-15b4b961ec7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
df66a215-0a66-40dc-8e7b-3fa3d49c7fa3
,
4fc1e13a-f608-42e5-92a4-1dfe58b14fe0

}
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-03T05:08:43.040Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b608d0f4-742c-4103-ac7f-15b4b961ec7d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "caebbe1b-eefd-46cb-a1c9-36eb0fda1acc",
    "vfModuleModelCustomizationUUID": "3ae725a6-20ac-4fcd-8b7b-67084436f060",
    "isBase": true,
    "artifacts": [
      "df66a215-0a66-40dc-8e7b-3fa3d49c7fa3",
      "4fc1e13a-f608-42e5-92a4-1dfe58b14fe0"
    ],
    "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-03T05:08:43.041Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:caebbe1b-eefd-46cb-a1c9-36eb0fda1acc
VfModuleModelInvariantUUID:b608d0f4-742c-4103-ac7f-15b4b961ec7d
VfModuleModelDescription:NULL
Artifacts UUID List:{
df66a215-0a66-40dc-8e7b-3fa3d49c7fa3
,
4fc1e13a-f608-42e5-92a4-1dfe58b14fe0

}
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-03T05:08:43.041Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: df66a215-0a66-40dc-8e7b-3fa3d49c7fa3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-03T05:08:43.041Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:08:43.041Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:43.261Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:08:43.261Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml df66a215-0a66-40dc-8e7b-3fa3d49c7fa3 5033
2022-06-03T05:08:43.262Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:43.262Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:43.262Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:08:43.262Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:43.264Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:43.265Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232923262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:43.365Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:43.366Z||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-03T05:08:43.366Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:43.389Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:43.390Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:44.265Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4fc1e13a-f608-42e5-92a4-1dfe58b14fe0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-03T05:08:44.266Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:08:44.266Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:44.360Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:08:44.361Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4fc1e13a-f608-42e5-92a4-1dfe58b14fe0 903
2022-06-03T05:08:44.361Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:44.362Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:44.362Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:08:44.362Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:44.364Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:44.364Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232924361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:08:44.464Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:08:44.465Z||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-03T05:08:44.466Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:44.482Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:44.483Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:45.367Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143
2022-06-03T05:08:45.367Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 577c5938-9e87-4588-b291-cacedd313649 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-03T05:08:45.385Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c9531f7, org.onap.sdc.toscaparser.api.parameters.Input@79ef1894, org.onap.sdc.toscaparser.api.parameters.Input@336bc354, org.onap.sdc.toscaparser.api.parameters.Input@55e8a4c7, org.onap.sdc.toscaparser.api.parameters.Input@50773d04]
2022-06-03T05:08:45.387Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.387Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:45.388Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-03T05:08:45.388Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 74d6f454-7095-447e-a728-de9423221a94
2022-06-03T05:08:45.388Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74d6f454-7095-447e-a728-de9423221a94 matches Tosca VF Customization UUID: 74d6f454-7095-447e-a728-de9423221a94
2022-06-03T05:08:45.388Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 74d6f454-7095-447e-a728-de9423221a94  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-03T05:08:45.391Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.392Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:45.393Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 74d6f454-7095-447e-a728-de9423221a94: {\"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-03T05:08:45.393Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c1ff9e9
2022-06-03T05:08:45.393Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.393Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T05:08:45.394Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3ae725a6-20ac-4fcd-8b7b-67084436f060
2022-06-03T05:08:45.394Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3ae725a6-20ac-4fcd-8b7b-67084436f060
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-03T05:08:45.398Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.399Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T05:08:45.399Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:08:45.399Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.399Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T05:08:45.400Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:08:45.400Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.400Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-03T05:08:45.400Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T05:08:45.401Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T05:08:45.401Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8583494f-07fe-4c36-bec6-c6388aa3d16d
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-03T05:08:45.404Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.404Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T05:08:45.405Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:08:45.405Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.405Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-03T05:08:45.405Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=74d6f454-7095-447e-a728-de9423221a94
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-03T05:08:45.409Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.409Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:45.409Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143: basic_vm
2022-06-03T05:08:45.409Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.410Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:45.410Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.410Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:45.410Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.411Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:45.411Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.411Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:45.411Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:08:45.412Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:08:45.412Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:45.501Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 577c5938-9e87-4588-b291-cacedd313649 1 ASDC deployResourceStructure
2022-06-03T05:08:45.502Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:45.502Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:45.502Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:08:45.502Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:45.504Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:45.505Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232925502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:45.605Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:45.606Z||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-03T05:08:45.606Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:45.628Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:45.628Z||pool-78-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:46.505Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:46.506Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:46.506Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:08:46.506Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:46.508Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:46.508Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232926505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:46.609Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:46.609Z||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-03T05:08:46.610Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:46.629Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:46.629Z||pool-79-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:47.509Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:47.510Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:47.510Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:08:47.510Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:47.512Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:47.512Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232927509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:47.612Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:47.613Z||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-03T05:08:47.613Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:47.629Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:47.629Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:48.514Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:48.514Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:48.515Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:08:48.515Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:08:48.517Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:08:48.518Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232928513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:08:48.618Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:08:48.619Z||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-03T05:08:48.619Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:08:48.635Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:08:48.638Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:08:49.518Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:08:49.529Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:08:49.531Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:08:49.531Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T05:08:49.531Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T05:08:49.531Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T05:08:49.531Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:08:49.531Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:08:49.531Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:08:49.531Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:08:49.532Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:08:49.532Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:08:49.532Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:08:49.536Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T05:09:19.537Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3 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-03T05:09:19.544Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3 and serviceModelVersionId: c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143
2022-06-03T05:09:19.545Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49991183-285f-4097-b7db-5e53b14648c0
2022-06-03T05:09:19.545Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49991183-285f-4097-b7db-5e53b14648c0/model-vers/model-ver/c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143?depth=0
2022-06-03T05:09:19.550Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T05:09:19.623Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49991183-285f-4097-b7db-5e53b14648c0/model-vers/model-ver/c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143?depth=0|INFO|500||Invoke
2022-06-03T05:09:19.624Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49991183-285f-4097-b7db-5e53b14648c0/model-vers/model-ver/c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49991183-285f-4097-b7db-5e53b14648c0/model-vers/model-ver/c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[74b1d33e-3ec5-469a-b5bb-d99623bab8cd], X-ECOMP-RequestID=[f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3], X-TransactionId=[], X-ONAP-RequestID=[f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3], Content-Type=[application/merge-patch+json]}
2022-06-03T05:09:19.644Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49991183-285f-4097-b7db-5e53b14648c0/model-vers/model-ver/c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T05:09:20.700Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49991183-285f-4097-b7db-5e53b14648c0/model-vers/model-ver/c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143?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/49991183-285f-4097-b7db-5e53b14648c0/model-vers/model-ver/c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-05:09:19:652-85744], vertex-id=[454768], Content-Length=[0], Date=[Fri, 03 Jun 2022 05:09:19 GMT], Content-Type=[application/json]}
2022-06-03T05:09:20.701Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49991183-285f-4097-b7db-5e53b14648c0/model-vers/model-ver/c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T05:09:20.702Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49991183-285f-4097-b7db-5e53b14648c0/model-vers/model-ver/c1b2f8a7-ad8d-4e83-8ffd-5d8eaebd8143?depth=0|INFO|500||InvokeReturn
2022-06-03T05:09:20.702Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T05:09:20.702Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:09:20.707Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||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-03T05:09:20.707Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T05:09:20.708Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T05:09:20.708Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:20.710Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:20.710Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232960708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:09:20.814Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-03T05:09:20.815Z||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-03T05:09:20.815Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:20.834Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:20.835Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T05:09:21.725Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:09:21.725Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ddeaa265-fce6-4849-8090-465c9da9d565","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ae4a9b53-6282-4867-874d-acc4291e1a80","serviceDescription":"service","serviceInvariantUUID":"67953c1f-d3c6-4039-9707-dabe44f6fc8f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5972ed4d-30bd-4f19-94b1-756befaa9f02","resourceInvariantUUID":"95c02ccc-6fcc-4136-a28a-b9de5d5ce964","resourceCustomizationUUID":"65168735-d9ab-4ed6-a3ba-405d2470a003","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZjU1YmJlNzIxMzg1YTA3ZjM0MzgyMmZjMmM2OTA2MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bb5aad8-fb5b-42ca-99b3-98ddbb6b520e","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"35517137-f00a-4e7a-9f1b-006e509b883b","artifactVersion":"2","generatedFromUUID":"609fc7d9-30fb-4463-a350-e8a13ceecae0"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"609fc7d9-30fb-4463-a350-e8a13ceecae0","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"N2VkMGFlMzY0ZTc1ZTRjZDFmZTQ4MmY4OWQ5YTdiNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d73eb8c5-cae3-41fb-ab4b-4a6a246282bf","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76315c40-6679-4459-8e63-1cf80c4a8a6a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"73a53234-9fdb-47af-8434-43a57184831b","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"29d4853a-5b74-471a-bed3-7bea4c122600","artifactVersion":"2","generatedFromUUID":"76315c40-6679-4459-8e63-1cf80c4a8a6a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWM5ZDY2MjY2YzNjZmY2YWQ3YjJkMDM4NzQwMWQ0ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65b0f9c2-463a-4bf9-92a6-a8e9a93591eb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODY2Y2RmY2RiNTMxN2ZhODYzY2RlNjhkNTFlNjk4MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10038a9d-025a-48d7-9e63-5b788091c85d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T05:09:21.725Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:09:21.726Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:21.727Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:21.727Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:09:21.835Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-03T05:09:21.843Z||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-03T05:09:21.843Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:21.865Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:21.866Z||pool-83-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:22.728Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:09:22.729Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:22.731Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:22.732Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-03T05:09:22.832Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:22.833Z||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-03T05:09:22.833Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:22.849Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:22.850Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:23.732Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:09:23.733Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:23.735Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:23.735Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-03T05:09:23.835Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:23.836Z||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-03T05:09:23.837Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:23.853Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:23.854Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:24.737Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:09:24.737Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:24.740Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:24.740Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:09:24.840Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:09:24.841Z||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-03T05:09:24.841Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:24.861Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:24.862Z||pool-86-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:25.741Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:09:25.742Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:25.745Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:25.745Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:09:25.845Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:25.846Z||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-03T05:09:25.846Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:25.865Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:25.866Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:26.746Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:09:26.747Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:26.750Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:26.750Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:09:26.850Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:26.851Z||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-03T05:09:26.851Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:26.871Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:26.872Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:27.751Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:09:27.752Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:27.754Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:27.754Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-03T05:09:27.854Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:27.855Z||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-03T05:09:27.855Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:27.875Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:27.875Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:28.755Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:09:28.756Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:28.759Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:28.759Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:09:28.860Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T05:09:28.861Z||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-03T05:09:28.861Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:28.885Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:28.886Z||pool-90-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:29.759Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:09:29.760Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:29.762Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:29.762Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:09:29.862Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:29.864Z||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-03T05:09:29.864Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:29.879Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:29.880Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:30.764Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ae4a9b53-6282-4867-874d-acc4291e1a80",
  "serviceDescription": "service",
  "serviceInvariantUUID": "67953c1f-d3c6-4039-9707-dabe44f6fc8f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "65168735-d9ab-4ed6-a3ba-405d2470a003",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5972ed4d-30bd-4f19-94b1-756befaa9f02",
      "resourceInvariantUUID": "95c02ccc-6fcc-4136-a28a-b9de5d5ce964",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "35517137-f00a-4e7a-9f1b-006e509b883b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "609fc7d9-30fb-4463-a350-e8a13ceecae0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "N2VkMGFlMzY0ZTc1ZTRjZDFmZTQ4MmY4OWQ5YTdiNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d73eb8c5-cae3-41fb-ab4b-4a6a246282bf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "76315c40-6679-4459-8e63-1cf80c4a8a6a",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "29d4853a-5b74-471a-bed3-7bea4c122600",
            "generatedFromUUID": "76315c40-6679-4459-8e63-1cf80c4a8a6a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "29d4853a-5b74-471a-bed3-7bea4c122600",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODY2Y2RmY2RiNTMxN2ZhODYzY2RlNjhkNTFlNjk4MGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "10038a9d-025a-48d7-9e63-5b788091c85d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T05:09:30.764Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T05:09:30.765Z|f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ae4a9b53-6282-4867-874d-acc4291e1a80 ASDC
2022-06-03T05:09:30.765Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ddeaa265-fce6-4849-8090-465c9da9d565
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ae4a9b53-6282-4867-874d-acc4291e1a80
ServiceInvariantUUID:67953c1f-d3c6-4039-9707-dabe44f6fc8f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:10038a9d-025a-48d7-9e63-5b788091c85d
ArtifactChecksum:ODY2Y2RmY2RiNTMxN2ZhODYzY2RlNjhkNTFlNjk4MGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:65168735-d9ab-4ed6-a3ba-405d2470a003
ResourceInvariantUUID:95c02ccc-6fcc-4136-a28a-b9de5d5ce964
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5972ed4d-30bd-4f19-94b1-756befaa9f02
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:35517137-f00a-4e7a-9f1b-006e509b883b
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:609fc7d9-30fb-4463-a350-e8a13ceecae0
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:d73eb8c5-cae3-41fb-ab4b-4a6a246282bf
ArtifactChecksum:N2VkMGFlMzY0ZTc1ZTRjZDFmZTQ4MmY4OWQ5YTdiNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:76315c40-6679-4459-8e63-1cf80c4a8a6a
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:29d4853a-5b74-471a-bed3-7bea4c122600
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:29d4853a-5b74-471a-bed3-7bea4c122600
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T05:09:30.766Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae4a9b53-6282-4867-874d-acc4291e1a80 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-03T05:09:30.800Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:09:30.801Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T05:09:30.801Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T05:09:30.801Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 10038a9d-025a-48d7-9e63-5b788091c85d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-03T05:09:30.801Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:09:30.801Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-03T05:09:31.321Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:09:31.325Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 10038a9d-025a-48d7-9e63-5b788091c85d 68949
2022-06-03T05:09:31.325Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-03T05:09:31.326Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-03T05:09:31.326Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:09:31.326Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:31.329Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:31.329Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232971325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:09:31.430Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:31.430Z||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-03T05:09:31.431Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:31.459Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:31.459Z||pool-92-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:32.330Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:09:32.331Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-03T05:09:32.331Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 10038a9d-025a-48d7-9e63-5b788091c85d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T05:09:32.332Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-03T05:09:32.332Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T05:09:32.332Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T05:09:32.436Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14545593403720145390/Definitions/service-BasicCnf-template.yml
2022-06-03T05:09:33.827Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T05:09:33.828Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-03T05:09:33.828Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T05:09:33.828Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-03T05:09:33.828Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T05:09:33.829Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T05:09:33.829Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T05:09:33.829Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-03T05:09:33.829Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-03T05:09:33.829Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.830Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:33.830Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T05:09:33.830Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-03T05:09:33.830Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:09:33.830Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.831Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:33.831Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T05:09:33.831Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-03T05:09:33.831Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:09:33.832Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.832Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:33.832Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.832Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-03T05:09:33.832Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-03T05:09:33.833Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-03T05:09:33.833Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T05:09:33.833Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.833Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T05:09:33.833Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.834Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T05:09:33.834Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:09:33.834Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.834Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T05:09:33.834Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:09:33.835Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.835Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T05:09:33.835Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:09:33.835Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.835Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-03T05:09:33.836Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-03T05:09:33.836Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a12c6c0a-d15e-43fe-b8f7-f1ca3a6f02db
2022-06-03T05:09:33.836Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.836Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:33.836Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.837Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:33.837Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.837Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:33.837Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:33.837Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:33.837Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ae4a9b53-6282-4867-874d-acc4291e1a80
Model Version:NULL
Model InvariantUuid:67953c1f-d3c6-4039-9707-dabe44f6fc8f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f1aa25c5-df33-48b1-b2d8-34bf9cf6128a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:95c02ccc-6fcc-4136-a28a-b9de5d5ce964
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:65168735-d9ab-4ed6-a3ba-405d2470a003
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:512d0f47-79ee-4736-af32-c12ef7839c35
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8f777510-495f-4451-8d5c-f6af92a30657
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a12c6c0a-d15e-43fe-b8f7-f1ca3a6f02db
ModelInvariantUuid:2efee38d-a34e-4ae2-b046-7c6a93af87ca
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:87bd36b4-b762-4faf-b645-e2890b4ad3ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:3ee7ed82-e5f2-4d60-b33b-6b630095a0ac
ModelInvariantUuid:ec84d251-fd61-4ffa-8924-8fedd2f545a4
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:bf21e444-9c1b-45aa-81ef-2d26e294c818
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-03T05:09:33.850Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5972ed4d-30bd-4f19-94b1-756befaa9f02
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-03T05:09:33.859Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-06-03T05:09:33.859Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5972ed4d-30bd-4f19-94b1-756befaa9f02
2022-06-03T05:09:33.859Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35517137-f00a-4e7a-9f1b-006e509b883b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-03T05:09:33.859Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:09:33.860Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-03T05:09:34.149Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:09:34.150Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 35517137-f00a-4e7a-9f1b-006e509b883b 12
2022-06-03T05:09:34.150Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-03T05:09:34.151Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-03T05:09:34.151Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:09:34.151Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:34.153Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:34.154Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232974150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:09:34.254Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:34.255Z||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-03T05:09:34.255Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:34.287Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:34.288Z||pool-93-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:35.155Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 609fc7d9-30fb-4463-a350-e8a13ceecae0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-03T05:09:35.156Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:09:35.156Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-03T05:09:35.603Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:09:35.604Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 609fc7d9-30fb-4463-a350-e8a13ceecae0 2688
2022-06-03T05:09:35.604Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-03T05:09:35.604Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-03T05:09:35.604Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:09:35.604Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:35.606Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:35.606Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232975604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:09:35.707Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:35.708Z||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-03T05:09:35.708Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:35.739Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:35.739Z||pool-94-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:09:36.608Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d73eb8c5-cae3-41fb-ab4b-4a6a246282bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-03T05:09:36.608Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:09:36.609Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-03T05:09:37.047Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:09:37.048Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d73eb8c5-cae3-41fb-ab4b-4a6a246282bf 828
2022-06-03T05:09:37.049Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-03T05:09:37.049Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-03T05:09:37.049Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:09:37.050Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:37.052Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:37.052Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232977048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:09:37.153Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:37.154Z||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-03T05:09:37.154Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:37.170Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:37.171Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:38.053Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "512d0f47-79ee-4736-af32-c12ef7839c35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f777510-495f-4451-8d5c-f6af92a30657",
    "vfModuleModelCustomizationUUID": "ec56d265-0bda-420d-ab65-0804f499b323",
    "isBase": true,
    "artifacts": [
      "609fc7d9-30fb-4463-a350-e8a13ceecae0",
      "76315c40-6679-4459-8e63-1cf80c4a8a6a",
      "29d4853a-5b74-471a-bed3-7bea4c122600"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T05:09:38.058Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f777510-495f-4451-8d5c-f6af92a30657
VfModuleModelInvariantUUID:512d0f47-79ee-4736-af32-c12ef7839c35
VfModuleModelDescription:NULL
Artifacts UUID List:{
609fc7d9-30fb-4463-a350-e8a13ceecae0
,
76315c40-6679-4459-8e63-1cf80c4a8a6a
,
29d4853a-5b74-471a-bed3-7bea4c122600

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

isBase:true


}

2022-06-03T05:09:38.061Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "512d0f47-79ee-4736-af32-c12ef7839c35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f777510-495f-4451-8d5c-f6af92a30657",
    "vfModuleModelCustomizationUUID": "ec56d265-0bda-420d-ab65-0804f499b323",
    "isBase": true,
    "artifacts": [
      "609fc7d9-30fb-4463-a350-e8a13ceecae0",
      "76315c40-6679-4459-8e63-1cf80c4a8a6a",
      "29d4853a-5b74-471a-bed3-7bea4c122600"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-03T05:09:38.061Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f777510-495f-4451-8d5c-f6af92a30657
VfModuleModelInvariantUUID:512d0f47-79ee-4736-af32-c12ef7839c35
VfModuleModelDescription:NULL
Artifacts UUID List:{
609fc7d9-30fb-4463-a350-e8a13ceecae0
,
76315c40-6679-4459-8e63-1cf80c4a8a6a
,
29d4853a-5b74-471a-bed3-7bea4c122600

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

isBase:true


}

2022-06-03T05:09:38.061Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 76315c40-6679-4459-8e63-1cf80c4a8a6a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-03T05:09:38.061Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:09:38.061Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-03T05:09:38.502Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:09:38.502Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 76315c40-6679-4459-8e63-1cf80c4a8a6a 1164
2022-06-03T05:09:38.502Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-03T05:09:38.503Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-03T05:09:38.503Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:09:38.503Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:38.505Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:38.505Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232978502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:09:38.605Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:38.606Z||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-03T05:09:38.606Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:38.622Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:38.623Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:39.505Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 29d4853a-5b74-471a-bed3-7bea4c122600 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-03T05:09:39.506Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-03T05:09:39.506Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-03T05:09:40.002Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-03T05:09:40.002Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 29d4853a-5b74-471a-bed3-7bea4c122600 200
2022-06-03T05:09:40.003Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-03T05:09:40.003Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-03T05:09:40.003Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:09:40.003Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:40.005Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:40.005Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232980002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:09:40.105Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:40.106Z||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-03T05:09:40.106Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:40.126Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:40.127Z||pool-97-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:09:41.005Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ae4a9b53-6282-4867-874d-acc4291e1a80
2022-06-03T05:09:41.006Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5972ed4d-30bd-4f19-94b1-756befaa9f02 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-06-03T05:09:41.020Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-03T05:09:41.035Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a27b719, org.onap.sdc.toscaparser.api.parameters.Input@2c9adea, org.onap.sdc.toscaparser.api.parameters.Input@730411ad, org.onap.sdc.toscaparser.api.parameters.Input@a5ab35a, org.onap.sdc.toscaparser.api.parameters.Input@7db25277]
2022-06-03T05:09:41.036Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.036Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:41.037Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-03T05:09:41.038Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 65168735-d9ab-4ed6-a3ba-405d2470a003
2022-06-03T05:09:41.038Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65168735-d9ab-4ed6-a3ba-405d2470a003 matches Tosca VF Customization UUID: 65168735-d9ab-4ed6-a3ba-405d2470a003
2022-06-03T05:09:41.038Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 65168735-d9ab-4ed6-a3ba-405d2470a003  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-03T05:09:41.041Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.041Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:41.042Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 65168735-d9ab-4ed6-a3ba-405d2470a003: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-03T05:09:41.042Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e1e4f50
2022-06-03T05:09:41.042Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.042Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T05:09:41.042Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec56d265-0bda-420d-ab65-0804f499b323
2022-06-03T05:09:41.042Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec56d265-0bda-420d-ab65-0804f499b323
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-03T05:09:41.045Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.045Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T05:09:41.045Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:09:41.045Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.046Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T05:09:41.046Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:09:41.046Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.046Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-03T05:09:41.047Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-03T05:09:41.047Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a12c6c0a-d15e-43fe-b8f7-f1ca3a6f02db
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-03T05:09:41.049Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.049Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T05:09:41.049Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:09:41.049Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.049Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-03T05:09:41.049Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=65168735-d9ab-4ed6-a3ba-405d2470a003
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-03T05:09:41.054Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.055Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:41.055Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ae4a9b53-6282-4867-874d-acc4291e1a80: basic_cnf
2022-06-03T05:09:41.055Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.055Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:41.055Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.055Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:41.056Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.056Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:41.056Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.056Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:41.056Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:09:41.056Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:09:41.056Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-03T05:09:41.124Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5972ed4d-30bd-4f19-94b1-756befaa9f02 1 ASDC deployResourceStructure
2022-06-03T05:09:41.125Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-03T05:09:41.125Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-03T05:09:41.125Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T05:09:41.125Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:41.127Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:41.127Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232981124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T05:09:41.228Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:41.231Z||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-03T05:09:41.231Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:41.248Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:41.249Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:09:42.130Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-03T05:09:42.130Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-03T05:09:42.131Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T05:09:42.132Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:42.134Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:42.134Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232982130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T05:09:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:09:42.164Z||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-03T05:09:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:42.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:42.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d7cbfc2-25af-4789-80d2-a04dfb4a65c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232906038,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:09:42.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:09:42.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:09:42.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232919139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232922031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:09:42.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:09:42.234Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:09:42.235Z||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-03T05:09:42.235Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:42.254Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:42.255Z||pool-99-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:43.136Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-03T05:09:43.136Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-03T05:09:43.136Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:09:43.137Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:43.139Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:43.140Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232983136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:09:43.239Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:09:43.240Z||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-03T05:09:43.240Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:43.261Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:43.262Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:09:44.141Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-03T05:09:44.142Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-03T05:09:44.142Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:09:44.142Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:44.144Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:44.144Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232984141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:09:44.245Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:44.246Z||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-03T05:09:44.246Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:44.262Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:44.262Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:45.146Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-03T05:09:45.146Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-03T05:09:45.146Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:09:45.147Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:45.149Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:45.149Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232985146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-03T05:09:45.249Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:09:45.250Z||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-03T05:09:45.250Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:45.272Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:45.272Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:46.150Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-03T05:09:46.150Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-03T05:09:46.151Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:09:46.151Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:09:46.153Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:09:46.153Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232986150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:09:46.253Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:09:46.254Z||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-03T05:09:46.254Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:09:46.271Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:09:46.271Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:09:47.154Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddeaa265-fce6-4849-8090-465c9da9d565
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:09:47.167Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddeaa265-fce6-4849-8090-465c9da9d565
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:09:47.170Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:09:47.170Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T05:09:47.170Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T05:09:47.170Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T05:09:47.170Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:09:47.171Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:09:47.171Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:09:47.171Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:09:47.171Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:09:47.171Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:09:47.171Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||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-03T05:09:47.176Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T05:10:17.176Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ddeaa265-fce6-4849-8090-465c9da9d565 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-03T05:10:17.183Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ddeaa265-fce6-4849-8090-465c9da9d565 and serviceModelVersionId: ae4a9b53-6282-4867-874d-acc4291e1a80
2022-06-03T05:10:17.184Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67953c1f-d3c6-4039-9707-dabe44f6fc8f
2022-06-03T05:10:17.184Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67953c1f-d3c6-4039-9707-dabe44f6fc8f/model-vers/model-ver/ae4a9b53-6282-4867-874d-acc4291e1a80?depth=0
2022-06-03T05:10:17.189Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T05:10:17.241Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67953c1f-d3c6-4039-9707-dabe44f6fc8f/model-vers/model-ver/ae4a9b53-6282-4867-874d-acc4291e1a80?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-03T05:10:17.243Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67953c1f-d3c6-4039-9707-dabe44f6fc8f/model-vers/model-ver/ae4a9b53-6282-4867-874d-acc4291e1a80?depth=0|INFO|500||Invoke
2022-06-03T05:10:17.269Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67953c1f-d3c6-4039-9707-dabe44f6fc8f/model-vers/model-ver/ae4a9b53-6282-4867-874d-acc4291e1a80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T05:10:17.800Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67953c1f-d3c6-4039-9707-dabe44f6fc8f/model-vers/model-ver/ae4a9b53-6282-4867-874d-acc4291e1a80?depth=0|INFO|500||InvokeReturn
2022-06-03T05:10:17.801Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67953c1f-d3c6-4039-9707-dabe44f6fc8f/model-vers/model-ver/ae4a9b53-6282-4867-874d-acc4291e1a80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220603-05:10:17:278-37067], vertex-id=[397336], Content-Length=[0], Date=[Fri, 03 Jun 2022 05:10:17 GMT], Content-Type=[application/json]}
2022-06-03T05:10:17.802Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T05:10:17.802Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T05:10:17.802Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||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-03T05:10:17.808Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||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-03T05:10:17.808Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ddeaa265-fce6-4849-8090-465c9da9d565 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T05:10:17.808Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T05:10:17.808Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:10:17.810Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:10:17.810Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233017808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:10:17.910Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:10:17.911Z||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-03T05:10:17.911Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:10:17.934Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:10:17.935Z||pool-104-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-03T05:10:18.822Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:10:18.822Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:10:18.823Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:10:28.378Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:10:28.379Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:10:28.379Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:10:28.379Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:10:37.925Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:10:37.926Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:10:37.927Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:10:37.927Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:10:42.163Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:10:42.164Z||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-03T05:10:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:10:42.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:10:42.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232923262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:10:42.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232924361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:10:42.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232925502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232926505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232927509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232928513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:10:42.196Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f0e6d3a6-44cc-4c96-aa5f-3b82bcc8d9f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232960708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:10:42.197Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:10:42.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:10:42.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-03T05:10:42.197Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232907052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232971325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232974150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232975604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232977048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232978502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:10:42.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232980002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:10:42.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:42.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-03T05:10:42.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232981124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T05:10:42.201Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:10:47.511Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:10:47.512Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:10:47.512Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:10:47.513Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:10:57.069Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:11:42.161Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:11:42.163Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:11:42.163Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:11:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:11:42.165Z||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-03T05:11:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:11:42.201Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:11:42.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:11:42.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232982130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-03T05:11:42.204Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:11:51.727Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:12:42.160Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:12:42.161Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:12:42.161Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:12:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:12:42.164Z||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-03T05:12:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:12:42.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:12:42.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:12:42.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232983136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:12:42.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:12:42.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:12:42.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232984141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:12:42.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:12:42.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:12:42.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232985146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-03T05:12:42.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:12:42.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:12:42.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654232986150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:12:42.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:12:42.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:12:42.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddeaa265-fce6-4849-8090-465c9da9d565",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233017808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:12:42.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:12:51.735Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:13:42.160Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:13:42.161Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:13:42.162Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:13:42.163Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:13:42.164Z||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-03T05:13:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:13:51.732Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:13:51.732Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:14:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:14:42.161Z||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-03T05:14:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:14:42.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:14:42.178Z||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-03T05:14:42.179Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:14:51.725Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:14:51.728Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:15:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:15:42.161Z||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-03T05:15:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:15:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:15:42.164Z||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-03T05:15:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:15:51.780Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:15:51.782Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:16:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:16:42.161Z||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-03T05:16:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:16:42.163Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:16:42.164Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|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-03T05:16:42.164Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:16:51.725Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:16:51.730Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:17:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:17:42.161Z||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-03T05:17:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:17:42.163Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:17:42.164Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:17:42.164Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:17:51.717Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:17:51.719Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:18:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:18:42.161Z||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-03T05:18:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:18:42.163Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:18:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T05:18:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:18:51.711Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:18:51.722Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:19:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:19:42.161Z||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-03T05:19:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:19:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:19:42.164Z||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-03T05:19:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:19:51.730Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:19:51.733Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:20:42.161Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:20:42.163Z||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-03T05:20:42.163Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:20:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:20:42.164Z||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-03T05:20:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:20:51.725Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:20:51.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:21:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:21:42.161Z||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-03T05:21:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:21:42.163Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:21:42.164Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:21:42.164Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:21:51.730Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:21:51.732Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:22:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:22:42.161Z||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-03T05:22:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:22:42.163Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:22:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T05:22:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:22:51.742Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:22:51.750Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:23:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:23:42.161Z||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-03T05:23:42.162Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:23:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:23:42.164Z||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-03T05:23:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:23:51.738Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:23:51.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:24:42.160Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:24:42.161Z||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-03T05:24:42.161Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:24:42.164Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:24:42.164Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|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-03T05:24:42.164Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:24:51.732Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:24:51.732Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:42.160Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:25:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:25:42.161Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:25:42.164Z||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-03T05:25:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:42.806Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:42.807Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.807Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f6246b7-6ee6-4b7c-9d9e-7615fce9866e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"bf9d983b-181c-4b99-a04f-6285bd809b32","serviceDescription":"service","serviceInvariantUUID":"f6d36d5b-09c6-4c66-88a0-b9343b013258","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a584fe7-9ddd-4afe-8657-98b32d868564","resourceInvariantUUID":"f5c45db3-f709-4e4f-8e5b-e0902e848178","resourceCustomizationUUID":"eed4e5e4-31c9-4e55-8e5f-5126ac469ef9","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":"OTM1NDRhM2U3NGZiZDU2NzlkZTEzZmRlY2VjNTdiNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83156552-d4c8-43f6-b266-f2a148eb2603","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":"NTVmYTJkNGFmMWFhMDI5Y2E2N2IxMDhiZjcxYWM5NTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa850264-105f-4996-8810-08102080890f","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":"4a5711a8-20d4-4b2a-9178-51ea8e95239b","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":"a79822c4-5085-485c-9300-afd2cd034ea9","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":"9401e63b-0d82-451b-a8c1-bba0953331aa","artifactVersion":"2","generatedFromUUID":"0b494aba-0c3e-4008-b7bd-65ffa1f0b305"},{"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":"b53b82dc-a067-4629-a593-771d77b56f66","artifactVersion":"2","generatedFromUUID":"4a5711a8-20d4-4b2a-9178-51ea8e95239b"},{"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":"0b494aba-0c3e-4008-b7bd-65ffa1f0b305","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":"bcbcb04c-3583-412e-9c9c-d2de6cccbbc9","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":"MzUwMmM4OTdlYTczN2IyYTgzMTYxY2U3Njk3YzAxNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"745ba14a-be69-490a-929a-d4c38a3cc14f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDUxNjFlMGQxZGYyODI1NTUwY2U0ZGEyMzcxZDY0NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4238d64d-6419-43ff-8eac-61fd5451439d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T05:25:42.809Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:42.810Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:42.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.810Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:42.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.814Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.814Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233918030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233926122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233927741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233936583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:25:42.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:25:42.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233928199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233927625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233937595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233929340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "policy-id",
  "timestamp": 1654233938601,
  "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-03T05:25:42.863Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
2022-06-03T05:25:42.864Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e 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-03T05:25:42.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:42.879Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.879Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233939882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:25:42.879Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:25:42.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233940547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:25:42.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:25:42.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233930631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:25:42.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:25:42.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:25:42.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233939919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:25:42.880Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:25:42.914Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:25:42.915Z||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-03T05:25:42.915Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:42.936Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:42.937Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:25:43.814Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:43.815Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:43.818Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:43.818Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:25:43.918Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:25:43.919Z||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-03T05:25:43.919Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:43.945Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:43.946Z||pool-106-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:25:44.818Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:44.819Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:44.822Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:44.822Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:25:44.922Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:25:44.923Z||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-03T05:25:44.923Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:44.945Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:44.946Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:25:45.822Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:45.824Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:45.826Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:45.826Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:45.927Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T05:25:45.928Z||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-03T05:25:45.928Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:45.947Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:45.947Z||pool-108-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:25:46.827Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:46.827Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:46.829Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:46.829Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-03T05:25:46.929Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:25:46.930Z||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-03T05:25:46.931Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:46.958Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:46.958Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:25:47.830Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:47.830Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:47.833Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:47.833Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-03T05:25:47.933Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:25:47.934Z||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-03T05:25:47.934Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:47.955Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:47.956Z||pool-110-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:25:48.833Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:48.834Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:48.836Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:48.836Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-03T05:25:48.937Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:25:48.938Z||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-03T05:25:48.938Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:48.962Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:48.963Z||pool-111-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:25:49.839Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:49.839Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:49.844Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:49.844Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:49.944Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:25:49.945Z||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-03T05:25:49.945Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:49.963Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:49.963Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:25:50.846Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:50.848Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:50.850Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:50.850Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:25:50.950Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:25:50.951Z||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-03T05:25:50.952Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:50.969Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:50.969Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:25:51.851Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:25:51.852Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:51.855Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:51.855Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:25:51.955Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:25:51.976Z||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-03T05:25:51.977Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:51.993Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:51.994Z||pool-114-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:25:52.857Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bf9d983b-181c-4b99-a04f-6285bd809b32",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f6d36d5b-09c6-4c66-88a0-b9343b013258",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "eed4e5e4-31c9-4e55-8e5f-5126ac469ef9",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4a584fe7-9ddd-4afe-8657-98b32d868564",
      "resourceInvariantUUID": "f5c45db3-f709-4e4f-8e5b-e0902e848178",
      "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": "NTVmYTJkNGFmMWFhMDI5Y2E2N2IxMDhiZjcxYWM5NTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aa850264-105f-4996-8810-08102080890f",
          "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": "4a5711a8-20d4-4b2a-9178-51ea8e95239b",
          "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": "b53b82dc-a067-4629-a593-771d77b56f66",
            "generatedFromUUID": "4a5711a8-20d4-4b2a-9178-51ea8e95239b"
          },
          "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": "9401e63b-0d82-451b-a8c1-bba0953331aa",
          "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": "b53b82dc-a067-4629-a593-771d77b56f66",
          "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": "0b494aba-0c3e-4008-b7bd-65ffa1f0b305",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDUxNjFlMGQxZGYyODI1NTUwY2U0ZGEyMzcxZDY0NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4238d64d-6419-43ff-8eac-61fd5451439d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T05:25:52.857Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T05:25:52.858Z|8d8e846d-2c1f-4efd-8ab3-4dec01d5e242|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bf9d983b-181c-4b99-a04f-6285bd809b32 ASDC
2022-06-03T05:25:52.859Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:bf9d983b-181c-4b99-a04f-6285bd809b32
ServiceInvariantUUID:f6d36d5b-09c6-4c66-88a0-b9343b013258
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:4238d64d-6419-43ff-8eac-61fd5451439d
ArtifactChecksum:ZDUxNjFlMGQxZGYyODI1NTUwY2U0ZGEyMzcxZDY0NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:eed4e5e4-31c9-4e55-8e5f-5126ac469ef9
ResourceInvariantUUID:f5c45db3-f709-4e4f-8e5b-e0902e848178
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:4a584fe7-9ddd-4afe-8657-98b32d868564
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:aa850264-105f-4996-8810-08102080890f
ArtifactChecksum:NTVmYTJkNGFmMWFhMDI5Y2E2N2IxMDhiZjcxYWM5NTc=
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:4a5711a8-20d4-4b2a-9178-51ea8e95239b
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:b53b82dc-a067-4629-a593-771d77b56f66
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:9401e63b-0d82-451b-a8c1-bba0953331aa
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:b53b82dc-a067-4629-a593-771d77b56f66
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:0b494aba-0c3e-4008-b7bd-65ffa1f0b305
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T05:25:52.859Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf9d983b-181c-4b99-a04f-6285bd809b32 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-03T05:25:52.904Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:25:52.905Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T05:25:52.905Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T05:25:52.905Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4238d64d-6419-43ff-8eac-61fd5451439d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-03T05:25:52.906Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:25:52.906Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-03T05:25:53.481Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:25:53.490Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4238d64d-6419-43ff-8eac-61fd5451439d 158217
2022-06-03T05:25:53.491Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:53.491Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:53.492Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:25:53.492Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:53.495Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:53.495Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233953491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:25:53.595Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:25:53.596Z||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-03T05:25:53.597Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:53.619Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:53.620Z||pool-115-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:25:54.496Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:25:54.497Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T05:25:54.497Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4238d64d-6419-43ff-8eac-61fd5451439d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T05:25:54.498Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-03T05:25:54.498Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T05:25:54.499Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T05:25:54.663Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11036202186355078704/Definitions/service-BasicCnfMacro-template.yml
2022-06-03T05:25:56.048Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T05:25:56.048Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T05:25:56.049Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-03T05:25:56.049Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-03T05:25:56.049Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:56.049Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:56.050Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:56.050Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:56.050Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T05:25:56.050Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.051Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:25:56.051Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T05:25:56.051Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T05:25:56.052Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:25:56.052Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.052Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:25:56.053Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T05:25:56.053Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T05:25:56.053Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:25:56.053Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.054Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:25:56.054Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.054Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-03T05:25:56.054Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-03T05:25:56.055Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-03T05:25:56.055Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T05:25:56.055Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.055Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T05:25:56.056Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.056Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T05:25:56.056Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:25:56.057Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.057Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T05:25:56.057Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:25:56.058Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.058Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T05:25:56.058Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:25:56.058Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.059Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T05:25:56.059Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:25:56.059Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.059Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-03T05:25:56.059Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-03T05:25:56.060Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=94610b72-3179-45d3-80e5-7726e6671cbe
2022-06-03T05:25:56.060Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.060Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:25:56.060Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.060Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:25:56.061Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.061Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:25:56.061Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:25:56.061Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:25:56.061Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:bf9d983b-181c-4b99-a04f-6285bd809b32
Model Version:NULL
Model InvariantUuid:f6d36d5b-09c6-4c66-88a0-b9343b013258
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5eb63133-d851-400c-be8d-5caa98c589cb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f5c45db3-f709-4e4f-8e5b-e0902e848178
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eed4e5e4-31c9-4e55-8e5f-5126ac469ef9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6d9f731b-7ddb-444f-91f0-4a532080b118
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5794c256-a781-4512-94b6-06fd0e518717
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b0c747a5-316c-4f80-8eb7-1bd6a35e81f5
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:9a6b56cb-bab5-40f3-921f-5da928a20a05
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:94610b72-3179-45d3-80e5-7726e6671cbe
ModelInvariantUuid:6531b871-f9e2-4161-97a4-a7c70564ec00
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:e62d7f97-1fe7-4bb1-8fa0-8d6e68c54d64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:336019a2-576a-4431-90ab-1ec7d1a76bb7
ModelInvariantUuid:aa5243e9-cf9f-42bd-91ce-447993bf9d24
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:2fba4029-5e97-4835-8a9e-aff1cb00a343
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-03T05:25:56.067Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a584fe7-9ddd-4afe-8657-98b32d868564
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-03T05:25:56.072Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-06-03T05:25:56.072Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a584fe7-9ddd-4afe-8657-98b32d868564
2022-06-03T05:25:56.072Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa850264-105f-4996-8810-08102080890f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-03T05:25:56.072Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:25:56.073Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:56.474Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:25:56.475Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json aa850264-105f-4996-8810-08102080890f 1565
2022-06-03T05:25:56.475Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:56.475Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:56.476Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:25:56.476Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:56.479Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:56.479Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233956475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:25:56.580Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:25:56.580Z||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-03T05:25:56.580Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:56.599Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:56.600Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:25:57.480Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b0c747a5-316c-4f80-8eb7-1bd6a35e81f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a6b56cb-bab5-40f3-921f-5da928a20a05",
    "vfModuleModelCustomizationUUID": "52c75a66-eff8-40fd-843d-419e381b70d7",
    "isBase": true,
    "artifacts": [
      "4a5711a8-20d4-4b2a-9178-51ea8e95239b",
      "b53b82dc-a067-4629-a593-771d77b56f66"
    ],
    "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": "6d9f731b-7ddb-444f-91f0-4a532080b118",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5794c256-a781-4512-94b6-06fd0e518717",
    "vfModuleModelCustomizationUUID": "3ddc15c0-bed2-439d-a608-4cb3286f3ad9",
    "isBase": false,
    "artifacts": [
      "0b494aba-0c3e-4008-b7bd-65ffa1f0b305"
    ],
    "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-03T05:25:57.485Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a6b56cb-bab5-40f3-921f-5da928a20a05
VfModuleModelInvariantUUID:b0c747a5-316c-4f80-8eb7-1bd6a35e81f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a5711a8-20d4-4b2a-9178-51ea8e95239b
,
b53b82dc-a067-4629-a593-771d77b56f66

}
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:5794c256-a781-4512-94b6-06fd0e518717
VfModuleModelInvariantUUID:6d9f731b-7ddb-444f-91f0-4a532080b118
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b494aba-0c3e-4008-b7bd-65ffa1f0b305

}
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-03T05:25:57.487Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b0c747a5-316c-4f80-8eb7-1bd6a35e81f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a6b56cb-bab5-40f3-921f-5da928a20a05",
    "vfModuleModelCustomizationUUID": "52c75a66-eff8-40fd-843d-419e381b70d7",
    "isBase": true,
    "artifacts": [
      "4a5711a8-20d4-4b2a-9178-51ea8e95239b",
      "b53b82dc-a067-4629-a593-771d77b56f66"
    ],
    "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": "6d9f731b-7ddb-444f-91f0-4a532080b118",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5794c256-a781-4512-94b6-06fd0e518717",
    "vfModuleModelCustomizationUUID": "3ddc15c0-bed2-439d-a608-4cb3286f3ad9",
    "isBase": false,
    "artifacts": [
      "0b494aba-0c3e-4008-b7bd-65ffa1f0b305"
    ],
    "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-03T05:25:57.487Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a6b56cb-bab5-40f3-921f-5da928a20a05
VfModuleModelInvariantUUID:b0c747a5-316c-4f80-8eb7-1bd6a35e81f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a5711a8-20d4-4b2a-9178-51ea8e95239b
,
b53b82dc-a067-4629-a593-771d77b56f66

}
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:5794c256-a781-4512-94b6-06fd0e518717
VfModuleModelInvariantUUID:6d9f731b-7ddb-444f-91f0-4a532080b118
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b494aba-0c3e-4008-b7bd-65ffa1f0b305

}
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-03T05:25:57.488Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4a5711a8-20d4-4b2a-9178-51ea8e95239b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-03T05:25:57.488Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:25:57.488Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:57.814Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:25:57.815Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4a5711a8-20d4-4b2a-9178-51ea8e95239b 914
2022-06-03T05:25:57.816Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:57.816Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:57.816Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:25:57.817Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:57.819Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:57.820Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233957815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:25:57.919Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:25:57.920Z||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-03T05:25:57.920Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:25:57.943Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:25:57.943Z||pool-117-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:25:58.820Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9401e63b-0d82-451b-a8c1-bba0953331aa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-03T05:25:58.822Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:25:58.822Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:59.975Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:25:59.975Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9401e63b-0d82-451b-a8c1-bba0953331aa 12
2022-06-03T05:25:59.976Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:59.976Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:25:59.976Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:25:59.977Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:25:59.980Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:25:59.980Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233959976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:26:00.080Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:26:00.081Z||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-03T05:26:00.081Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:00.098Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:00.098Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:26:00.981Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b53b82dc-a067-4629-a593-771d77b56f66 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-03T05:26:00.982Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:26:00.983Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:02.384Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:26:02.385Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b53b82dc-a067-4629-a593-771d77b56f66 96
2022-06-03T05:26:02.385Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:02.386Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:02.386Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:26:02.386Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:26:02.389Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:26:02.389Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233962385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:26:02.489Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:26:02.490Z||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-03T05:26:02.490Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:02.506Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:02.507Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:26:03.389Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0b494aba-0c3e-4008-b7bd-65ffa1f0b305 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-03T05:26:03.390Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:26:03.391Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:04.131Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:26:04.132Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0b494aba-0c3e-4008-b7bd-65ffa1f0b305 20206
2022-06-03T05:26:04.133Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:04.133Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:04.133Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:26:04.134Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:26:04.136Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:26:04.136Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233964133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:26:04.236Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:26:04.237Z||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-03T05:26:04.237Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:04.253Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:04.253Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:26:05.140Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bf9d983b-181c-4b99-a04f-6285bd809b32
2022-06-03T05:26:05.141Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 4a584fe7-9ddd-4afe-8657-98b32d868564 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-03T05:26:05.152Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22f52821, org.onap.sdc.toscaparser.api.parameters.Input@5d4c6003, org.onap.sdc.toscaparser.api.parameters.Input@68b5937e, org.onap.sdc.toscaparser.api.parameters.Input@7249159e, org.onap.sdc.toscaparser.api.parameters.Input@79769fd6]
2022-06-03T05:26:05.154Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.155Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:26:05.155Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-03T05:26:05.155Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= eed4e5e4-31c9-4e55-8e5f-5126ac469ef9
2022-06-03T05:26:05.156Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eed4e5e4-31c9-4e55-8e5f-5126ac469ef9 matches Tosca VF Customization UUID: eed4e5e4-31c9-4e55-8e5f-5126ac469ef9
2022-06-03T05:26:05.156Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: eed4e5e4-31c9-4e55-8e5f-5126ac469ef9  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-03T05:26:05.158Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.159Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:26:05.160Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id eed4e5e4-31c9-4e55-8e5f-5126ac469ef9: {\"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-03T05:26:05.160Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39b1f178
2022-06-03T05:26:05.160Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.161Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T05:26:05.161Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3ddc15c0-bed2-439d-a608-4cb3286f3ad9
2022-06-03T05:26:05.161Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3ddc15c0-bed2-439d-a608-4cb3286f3ad9
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-03T05:26:05.164Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.164Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T05:26:05.164Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:26:05.165Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.165Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T05:26:05.165Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:26:05.166Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.166Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-03T05:26:05.166Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=eed4e5e4-31c9-4e55-8e5f-5126ac469ef9
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-03T05:26:05.168Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.168Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:26:05.169Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bf9d983b-181c-4b99-a04f-6285bd809b32: basic_cnf_macro
2022-06-03T05:26:05.169Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.169Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:26:05.170Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.170Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:26:05.171Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.171Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:26:05.171Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.171Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:26:05.172Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:26:05.172Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:26:05.172Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:05.217Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 4a584fe7-9ddd-4afe-8657-98b32d868564 2 ASDC deployResourceStructure
2022-06-03T05:26:05.217Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:05.218Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:05.218Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:26:05.218Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:26:05.221Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:26:05.221Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233965217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:26:05.321Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:26:05.322Z||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-03T05:26:05.322Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:05.336Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:05.337Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:26:06.222Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:06.222Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:06.223Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:26:06.223Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:26:06.226Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:26:06.226Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233966222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:26:06.326Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:26:06.327Z||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-03T05:26:06.327Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:06.347Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:06.348Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:26:07.227Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:07.228Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:07.228Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T05:26:07.229Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:26:07.231Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:26:07.231Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233967227,
  "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-03T05:26:07.331Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:26:07.332Z||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-03T05:26:07.332Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:07.347Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:07.348Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:26:08.232Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:08.232Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:08.233Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:26:08.233Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:26:08.235Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:26:08.235Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233968232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-03T05:26:08.335Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:26:08.336Z||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-03T05:26:08.336Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:08.369Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:08.369Z||pool-124-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:26:09.237Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:09.237Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:09.237Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-03T05:26:09.237Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:26:09.239Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:26:09.240Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233969236,
  "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-03T05:26:09.340Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:26:09.340Z||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-03T05:26:09.341Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:09.367Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:09.368Z||pool-125-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:26:10.241Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:10.241Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:26:10.241Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:26:10.242Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:26:10.244Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:26:10.244Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233970241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:26:10.344Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:26:10.345Z||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-03T05:26:10.346Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:10.362Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:10.363Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:26:11.245Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:26:11.259Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:26:11.263Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:26:11.263Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T05:26:11.263Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T05:26:41.263Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:26:41.273Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:26:41.275Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:26:41.275Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T05:26:41.275Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T05:26:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:26:42.164Z||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-03T05:26:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:26:42.321Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:26:42.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:26:42.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233942590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:26:42.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:11.275Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:27:11.296Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:27:11.298Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:27:11.298Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T05:27:11.298Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T05:27:41.299Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:27:41.320Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:27:41.323Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:27:41.323Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-03T05:27:41.323Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-03T05:27:42.164Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:27:42.166Z||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-03T05:27:42.166Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:27:42.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:27:42.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233942661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.224Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "cds",
  "timestamp": 1654233942533,
  "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-03T05:27:42.231Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
2022-06-03T05:27:42.231Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e 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-03T05:27:42.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233943894,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233945101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.245Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233945509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.245Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233945505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.246Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233946180,
  "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-03T05:27:42.251Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
2022-06-03T05:27:42.252Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e 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-03T05:27:42.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233946541,
  "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-03T05:27:42.266Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
2022-06-03T05:27:42.266Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e 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-03T05:27:42.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233947189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233949514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "clamp",
  "timestamp": 1654233950518,
  "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-03T05:27:42.284Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
2022-06-03T05:27:42.284Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e 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-03T05:27:42.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233951528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233942160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "aai-ml",
  "timestamp": 1654233952532,
  "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-03T05:27:42.301Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
2022-06-03T05:27:42.301Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e 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-03T05:27:42.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233953491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233956475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233957815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233959976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233962385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233964133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233965217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233966222,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233959341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233957741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233960635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233957625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233958030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233966123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233967227,
  "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-03T05:27:42.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233959341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233957625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233957741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233960635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233958030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233966123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233968232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233957741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233959341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233957625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233960635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233958030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233966123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233969236,
  "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-03T05:27:42.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233957741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233957625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233959341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233960635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233958030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233966123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654233970241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233957625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233959341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233957741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233960635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233958030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233966123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233959341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233957625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233957741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233958030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233960635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233966123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233957741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233959341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233957625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233958030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233960635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233966123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233957625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233957741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233959341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233958030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233960635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233966123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233975168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233974527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233974522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233975693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233975530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "cds",
  "timestamp": 1654233975846,
  "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-03T05:27:42.340Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 311b628d-57e2-4564-9df7-407e3b0bca27
2022-06-03T05:27:42.340Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 311b628d-57e2-4564-9df7-407e3b0bca27 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-03T05:27:42.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233977256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233977513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "policy-id",
  "timestamp": 1654233976541,
  "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-03T05:27:42.354Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 311b628d-57e2-4564-9df7-407e3b0bca27
2022-06-03T05:27:42.354Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 311b628d-57e2-4564-9df7-407e3b0bca27 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-03T05:27:42.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233977738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233976853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233978745,
  "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-03T05:27:42.368Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 311b628d-57e2-4564-9df7-407e3b0bca27
2022-06-03T05:27:42.369Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 311b628d-57e2-4564-9df7-407e3b0bca27 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-03T05:27:42.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233979214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233976853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233978030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233976853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233980521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233978030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233976853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "clamp",
  "timestamp": 1654233981524,
  "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-03T05:27:42.384Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 311b628d-57e2-4564-9df7-407e3b0bca27
2022-06-03T05:27:42.384Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 311b628d-57e2-4564-9df7-407e3b0bca27 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-03T05:27:42.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233978030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233981552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233976853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233978030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233982589,
  "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-03T05:27:42.399Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 311b628d-57e2-4564-9df7-407e3b0bca27
2022-06-03T05:27:42.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 311b628d-57e2-4564-9df7-407e3b0bca27 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-03T05:27:42.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233976853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233978030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233983596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233976853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233978030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233976853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233978030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233976853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233978030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233986122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233978030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233986122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233987559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233986122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233988099,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233989429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "cds",
  "timestamp": 1654233988777,
  "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-03T05:27:42.429Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ddde2094-a8d7-43cb-b938-f0fe7c29cd08
2022-06-03T05:27:42.429Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddde2094-a8d7-43cb-b938-f0fe7c29cd08 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-03T05:27:42.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233986122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654233989340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233989104,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "aai-ml",
  "timestamp": 1654233990434,
  "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-03T05:27:42.441Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 311b628d-57e2-4564-9df7-407e3b0bca27
2022-06-03T05:27:42.441Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 311b628d-57e2-4564-9df7-407e3b0bca27 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-03T05:27:42.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233986122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654233989340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "policy-id",
  "timestamp": 1654233990107,
  "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-03T05:27:42.455Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddde2094-a8d7-43cb-b938-f0fe7c29cd08
2022-06-03T05:27:42.455Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddde2094-a8d7-43cb-b938-f0fe7c29cd08 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-03T05:27:42.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233990631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233986122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654233989340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654233991438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233990631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654233968198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233986122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654233989340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654233991438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233990631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233986122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654233989340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654233991438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233990631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654233989340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233986122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654233991438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233990631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654233989340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654233991438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233990631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233996554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654233989340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654233991438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233990631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233997617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654233989340,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654233991438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233990631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654233998625,
  "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-03T05:27:42.480Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ddde2094-a8d7-43cb-b938-f0fe7c29cd08
2022-06-03T05:27:42.480Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddde2094-a8d7-43cb-b938-f0fe7c29cd08 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-03T05:27:42.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654233991438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:27:42.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654233990631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654233991438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654234000691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654234001690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:27:42.489Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:28:11.325Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:28:11.336Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:28:11.340Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:28:11.340Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T05:28:11.340Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T05:28:11.340Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T05:28:11.340Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:28:11.341Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:28:11.341Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:28:11.341Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:28:11.341Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:28:11.341Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:28:11.341Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:28:11.347Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T05:28:41.347Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e 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-03T05:28:41.358Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e and serviceModelVersionId: bf9d983b-181c-4b99-a04f-6285bd809b32
2022-06-03T05:28:41.359Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6d36d5b-09c6-4c66-88a0-b9343b013258
2022-06-03T05:28:41.360Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6d36d5b-09c6-4c66-88a0-b9343b013258/model-vers/model-ver/bf9d983b-181c-4b99-a04f-6285bd809b32?depth=0
2022-06-03T05:28:41.368Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T05:28:41.420Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d36d5b-09c6-4c66-88a0-b9343b013258/model-vers/model-ver/bf9d983b-181c-4b99-a04f-6285bd809b32?depth=0|INFO|500||Invoke
2022-06-03T05:28:41.421Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d36d5b-09c6-4c66-88a0-b9343b013258/model-vers/model-ver/bf9d983b-181c-4b99-a04f-6285bd809b32?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d36d5b-09c6-4c66-88a0-b9343b013258/model-vers/model-ver/bf9d983b-181c-4b99-a04f-6285bd809b32?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f6246b7-6ee6-4b7c-9d9e-7615fce9866e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[062a6a84-1a8d-4be3-a9fc-f3316030f1a4], X-ECOMP-RequestID=[6f6246b7-6ee6-4b7c-9d9e-7615fce9866e], X-TransactionId=[], X-ONAP-RequestID=[6f6246b7-6ee6-4b7c-9d9e-7615fce9866e], Content-Type=[application/merge-patch+json]}
2022-06-03T05:28:41.449Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d36d5b-09c6-4c66-88a0-b9343b013258/model-vers/model-ver/bf9d983b-181c-4b99-a04f-6285bd809b32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T05:28:42.164Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:28:42.165Z||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-03T05:28:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:42.362Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d36d5b-09c6-4c66-88a0-b9343b013258/model-vers/model-ver/bf9d983b-181c-4b99-a04f-6285bd809b32?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/f6d36d5b-09c6-4c66-88a0-b9343b013258/model-vers/model-ver/bf9d983b-181c-4b99-a04f-6285bd809b32?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-05:28:41:457-17796], vertex-id=[454680], Content-Length=[0], Date=[Fri, 03 Jun 2022 05:28:41 GMT], Content-Type=[application/json]}
2022-06-03T05:28:42.363Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d36d5b-09c6-4c66-88a0-b9343b013258/model-vers/model-ver/bf9d983b-181c-4b99-a04f-6285bd809b32?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-03T05:28:42.363Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6d36d5b-09c6-4c66-88a0-b9343b013258/model-vers/model-ver/bf9d983b-181c-4b99-a04f-6285bd809b32?depth=0|INFO|500||InvokeReturn
2022-06-03T05:28:42.364Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T05:28:42.364Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:28:42.372Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||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-03T05:28:42.372Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f6246b7-6ee6-4b7c-9d9e-7615fce9866e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T05:28:42.372Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T05:28:42.373Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:42.375Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:42.376Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234122372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:28:42.476Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:28:42.477Z||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-03T05:28:42.477Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:42.497Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:42.497Z||pool-127-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:28:42.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:42.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:28:42.516Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654234002653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:28:42.516Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:28:42.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:28:42.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654234003660,
  "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-03T05:28:42.525Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ddde2094-a8d7-43cb-b938-f0fe7c29cd08
2022-06-03T05:28:42.525Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddde2094-a8d7-43cb-b938-f0fe7c29cd08 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-03T05:28:42.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:28:42.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654234005518,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:28:42.533Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:28:42.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:28:42.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654234006541,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:28:42.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:28:42.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:28:42.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654234007065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:28:42.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:28:42.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:28:42.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "clamp",
  "timestamp": 1654234007544,
  "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-03T05:28:42.539Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ddde2094-a8d7-43cb-b938-f0fe7c29cd08
2022-06-03T05:28:42.539Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddde2094-a8d7-43cb-b938-f0fe7c29cd08 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-03T05:28:42.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:28:42.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "aai-ml",
  "timestamp": 1654234008069,
  "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-03T05:28:42.559Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ddde2094-a8d7-43cb-b938-f0fe7c29cd08
2022-06-03T05:28:42.559Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddde2094-a8d7-43cb-b938-f0fe7c29cd08 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:28:43.389Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:28:43.390Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:28:43.390Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:47.981Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:47.983Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T05:28:47.984Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"311b628d-57e2-4564-9df7-407e3b0bca27","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a6d3a98c-3dbb-4131-9767-2e624d47fdb8","serviceDescription":"service","serviceInvariantUUID":"f304277a-9ff7-46b3-8b99-ac0f001c87b7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcd36b4c-76ff-44bb-bdaa-e8947e8953dc","resourceInvariantUUID":"68a46df0-b2e0-4277-b861-46f911441c4d","resourceCustomizationUUID":"beb5dc2a-99cc-4bd8-8fad-095d80123981","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":"NDIxOTNiNDE3MzEwOGZlZWU1NWZjODBiYjA4YzM1ODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9940ba52-32d2-45ee-827c-90a37171eabf","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":"NTYwZjk4NDJlZDkzOWE5NzcxMmNhM2RjYjBhZjMwNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"69fb5e07-49bd-41ae-b078-cd4068f2eb81","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":"f5a5e7ad-3166-4a18-ae68-9daf2f27203e","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":"a26ddcd1-da26-4b10-908d-96c1ca39c7f6","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":"4060385c-f2d4-4f2a-b426-efc961bff6b4","artifactVersion":"2","generatedFromUUID":"f5a5e7ad-3166-4a18-ae68-9daf2f27203e"},{"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":"NjNkZDk3YTc3NGVhZmQwMWZlMjBlMzNkNGI4YzBjZTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1264ca2c-aa1f-42c5-9cc5-d0fc101036b9","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":"NzI3ZDRmMDNhMzAzMmYwMmUzZTExOThmODQxZjQ1YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"293b6645-72cc-48cc-8aca-ab611a426f32","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWRiNjAzNzY1MDU2MzA3YmI5MmFiMGZhZDU1N2IwOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c06b78e-7968-4b35-8295-ced6bf7efbed","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T05:28:47.988Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:28:47.988Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:47.991Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:47.991Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:28:48.091Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:28:48.092Z||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-03T05:28:48.092Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:48.108Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:48.109Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:28:48.992Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:28:48.993Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:48.996Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:48.996Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:28:49.096Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:28:49.097Z||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-03T05:28:49.097Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:49.123Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:49.123Z||pool-129-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:28:49.997Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:28:49.998Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:50.000Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:50.000Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:28:50.101Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:28:50.104Z||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-03T05:28:50.104Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:50.129Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:50.130Z||pool-130-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:28:51.001Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:28:51.003Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:51.005Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:51.006Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:28:51.106Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:28:51.107Z||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-03T05:28:51.107Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:51.123Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:51.124Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:28:52.006Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:28:52.014Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:52.017Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:52.017Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T05:28:52.117Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:28:52.118Z||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-03T05:28:52.118Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:52.136Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:52.136Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:28:53.018Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:28:53.019Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:53.021Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:53.021Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:28:53.122Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:28:53.122Z||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-03T05:28:53.123Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:53.142Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:53.142Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:28:54.022Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:28:54.023Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:54.025Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:54.025Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:28:54.125Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:28:54.127Z||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-03T05:28:54.127Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:54.146Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:54.147Z||pool-134-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:28:55.028Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:28:55.028Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:55.031Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:55.032Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:28:55.131Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:28:55.133Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:28:55.133Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:55.158Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:55.158Z||pool-135-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:28:56.033Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a6d3a98c-3dbb-4131-9767-2e624d47fdb8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f304277a-9ff7-46b3-8b99-ac0f001c87b7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "beb5dc2a-99cc-4bd8-8fad-095d80123981",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcd36b4c-76ff-44bb-bdaa-e8947e8953dc",
      "resourceInvariantUUID": "68a46df0-b2e0-4277-b861-46f911441c4d",
      "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": "NTYwZjk4NDJlZDkzOWE5NzcxMmNhM2RjYjBhZjMwNDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "69fb5e07-49bd-41ae-b078-cd4068f2eb81",
          "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": "f5a5e7ad-3166-4a18-ae68-9daf2f27203e",
          "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": "4060385c-f2d4-4f2a-b426-efc961bff6b4",
            "generatedFromUUID": "f5a5e7ad-3166-4a18-ae68-9daf2f27203e"
          },
          "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": "4060385c-f2d4-4f2a-b426-efc961bff6b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MWRiNjAzNzY1MDU2MzA3YmI5MmFiMGZhZDU1N2IwOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0c06b78e-7968-4b35-8295-ced6bf7efbed"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T05:28:56.034Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T05:28:56.034Z|6f6246b7-6ee6-4b7c-9d9e-7615fce9866e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a6d3a98c-3dbb-4131-9767-2e624d47fdb8 ASDC
2022-06-03T05:28:56.035Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:311b628d-57e2-4564-9df7-407e3b0bca27
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a6d3a98c-3dbb-4131-9767-2e624d47fdb8
ServiceInvariantUUID:f304277a-9ff7-46b3-8b99-ac0f001c87b7
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:0c06b78e-7968-4b35-8295-ced6bf7efbed
ArtifactChecksum:MWRiNjAzNzY1MDU2MzA3YmI5MmFiMGZhZDU1N2IwOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:beb5dc2a-99cc-4bd8-8fad-095d80123981
ResourceInvariantUUID:68a46df0-b2e0-4277-b861-46f911441c4d
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:dcd36b4c-76ff-44bb-bdaa-e8947e8953dc
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:69fb5e07-49bd-41ae-b078-cd4068f2eb81
ArtifactChecksum:NTYwZjk4NDJlZDkzOWE5NzcxMmNhM2RjYjBhZjMwNDE=
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:f5a5e7ad-3166-4a18-ae68-9daf2f27203e
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:4060385c-f2d4-4f2a-b426-efc961bff6b4
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:4060385c-f2d4-4f2a-b426-efc961bff6b4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-03T05:28:56.035Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6d3a98c-3dbb-4131-9767-2e624d47fdb8 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-03T05:28:56.067Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:28:56.068Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T05:28:56.068Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T05:28:56.069Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c06b78e-7968-4b35-8295-ced6bf7efbed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-03T05:28:56.069Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:28:56.069Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-03T05:28:56.673Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:28:56.677Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0c06b78e-7968-4b35-8295-ced6bf7efbed 78799
2022-06-03T05:28:56.677Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:56.677Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:56.677Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:28:56.678Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:28:56.680Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:28:56.680Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234136677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:28:56.781Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T05:28:56.782Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:28:56.782Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:28:56.800Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:28:56.800Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:28:57.681Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:28:57.683Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T05:28:57.683Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0c06b78e-7968-4b35-8295-ced6bf7efbed, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T05:28:57.684Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-03T05:28:57.685Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T05:28:57.685Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T05:28:57.865Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6550824846332572756/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-03T05:28:59.300Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T05:28:59.300Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T05:28:59.300Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T05:28:59.301Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.302Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:28:59.302Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T05:28:59.302Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T05:28:59.302Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:28:59.302Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.302Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:28:59.303Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T05:28:59.303Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T05:28:59.303Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:28:59.303Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.303Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:28:59.303Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.303Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-03T05:28:59.303Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-03T05:28:59.304Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-03T05:28:59.304Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-03T05:28:59.304Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T05:28:59.304Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-03T05:28:59.304Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.304Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T05:28:59.304Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.305Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T05:28:59.305Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:28:59.305Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.305Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T05:28:59.305Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:28:59.305Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.305Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T05:28:59.306Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:28:59.306Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.306Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-03T05:28:59.306Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T05:28:59.306Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T05:28:59.306Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b1db5d6-714f-46b0-8a49-4f3a62a58cb8
2022-06-03T05:28:59.306Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.306Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:28:59.307Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.307Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:28:59.307Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.307Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:28:59.307Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:28:59.307Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:28:59.307Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a6d3a98c-3dbb-4131-9767-2e624d47fdb8
Model Version:NULL
Model InvariantUuid:f304277a-9ff7-46b3-8b99-ac0f001c87b7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:58f07ef1-68d0-419a-8df0-e9d85acdf8ea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:68a46df0-b2e0-4277-b861-46f911441c4d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:beb5dc2a-99cc-4bd8-8fad-095d80123981
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fabf806c-f263-4082-ad26-778fd26fe83e
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:842e3a4b-24eb-4732-aafb-7f44b28bf0d6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6b1db5d6-714f-46b0-8a49-4f3a62a58cb8
ModelInvariantUuid:60a82d2d-337c-4f7f-a7ab-514578742bd9
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:15dd59c6-7ce7-4c1c-b304-3dd5e41980d3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:031e24c7-69c5-41e7-9d23-000ea8c1d3b8
ModelInvariantUuid:6035f61f-4536-4f99-9219-5f4b5696033c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:4634ce68-d54d-40b3-90e7-3dd615197258
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-03T05:28:59.319Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dcd36b4c-76ff-44bb-bdaa-e8947e8953dc
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-03T05:28:59.322Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-06-03T05:28:59.323Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dcd36b4c-76ff-44bb-bdaa-e8947e8953dc
2022-06-03T05:28:59.323Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 69fb5e07-49bd-41ae-b078-cd4068f2eb81 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-03T05:28:59.323Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:28:59.324Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:00.652Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:29:00.653Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 69fb5e07-49bd-41ae-b078-cd4068f2eb81 792
2022-06-03T05:29:00.653Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:00.653Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:00.654Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:29:00.654Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:00.657Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:00.657Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234140653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:29:00.757Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:00.758Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:00.758Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:00.789Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:00.790Z||pool-137-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:01.658Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fabf806c-f263-4082-ad26-778fd26fe83e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "842e3a4b-24eb-4732-aafb-7f44b28bf0d6",
    "vfModuleModelCustomizationUUID": "13a83425-c352-429f-90d5-956af00f111f",
    "isBase": true,
    "artifacts": [
      "f5a5e7ad-3166-4a18-ae68-9daf2f27203e",
      "4060385c-f2d4-4f2a-b426-efc961bff6b4"
    ],
    "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-03T05:29:01.663Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:842e3a4b-24eb-4732-aafb-7f44b28bf0d6
VfModuleModelInvariantUUID:fabf806c-f263-4082-ad26-778fd26fe83e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5a5e7ad-3166-4a18-ae68-9daf2f27203e
,
4060385c-f2d4-4f2a-b426-efc961bff6b4

}
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-03T05:29:01.665Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fabf806c-f263-4082-ad26-778fd26fe83e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "842e3a4b-24eb-4732-aafb-7f44b28bf0d6",
    "vfModuleModelCustomizationUUID": "13a83425-c352-429f-90d5-956af00f111f",
    "isBase": true,
    "artifacts": [
      "f5a5e7ad-3166-4a18-ae68-9daf2f27203e",
      "4060385c-f2d4-4f2a-b426-efc961bff6b4"
    ],
    "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-03T05:29:01.666Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:842e3a4b-24eb-4732-aafb-7f44b28bf0d6
VfModuleModelInvariantUUID:fabf806c-f263-4082-ad26-778fd26fe83e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5a5e7ad-3166-4a18-ae68-9daf2f27203e
,
4060385c-f2d4-4f2a-b426-efc961bff6b4

}
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-03T05:29:01.666Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5a5e7ad-3166-4a18-ae68-9daf2f27203e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-03T05:29:01.666Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:29:01.666Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:02.171Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:29:02.171Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f5a5e7ad-3166-4a18-ae68-9daf2f27203e 5033
2022-06-03T05:29:02.172Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:02.172Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:02.172Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:29:02.172Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:02.174Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:02.174Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234142171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:29:02.275Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:02.276Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:02.276Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:02.292Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:02.292Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:29:03.175Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4060385c-f2d4-4f2a-b426-efc961bff6b4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-03T05:29:03.176Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:29:03.176Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:03.657Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:29:03.658Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 4060385c-f2d4-4f2a-b426-efc961bff6b4 903
2022-06-03T05:29:03.659Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:03.659Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:03.659Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:29:03.659Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:03.662Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:03.662Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:29:03.762Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:03.763Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:03.763Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:03.784Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:03.785Z||pool-139-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:29:04.663Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a6d3a98c-3dbb-4131-9767-2e624d47fdb8
2022-06-03T05:29:04.663Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 dcd36b4c-76ff-44bb-bdaa-e8947e8953dc 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-03T05:29:04.677Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1135fd44, org.onap.sdc.toscaparser.api.parameters.Input@696e246e, org.onap.sdc.toscaparser.api.parameters.Input@2a0ca651, org.onap.sdc.toscaparser.api.parameters.Input@2cdb5615, org.onap.sdc.toscaparser.api.parameters.Input@12ba5117]
2022-06-03T05:29:04.678Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.679Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:04.679Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-03T05:29:04.679Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= beb5dc2a-99cc-4bd8-8fad-095d80123981
2022-06-03T05:29:04.679Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: beb5dc2a-99cc-4bd8-8fad-095d80123981 matches Tosca VF Customization UUID: beb5dc2a-99cc-4bd8-8fad-095d80123981
2022-06-03T05:29:04.679Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: beb5dc2a-99cc-4bd8-8fad-095d80123981  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-03T05:29:04.682Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.682Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:04.682Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id beb5dc2a-99cc-4bd8-8fad-095d80123981: {\"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-03T05:29:04.683Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3383c610
2022-06-03T05:29:04.683Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.683Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-03T05:29:04.683Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 13a83425-c352-429f-90d5-956af00f111f
2022-06-03T05:29:04.683Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 13a83425-c352-429f-90d5-956af00f111f
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-03T05:29:04.685Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.685Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T05:29:04.685Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:29:04.686Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.686Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T05:29:04.686Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:29:04.686Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.686Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-03T05:29:04.687Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-03T05:29:04.687Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-03T05:29:04.687Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b1db5d6-714f-46b0-8a49-4f3a62a58cb8
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-03T05:29:04.689Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.689Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T05:29:04.689Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-03T05:29:04.689Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.689Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-03T05:29:04.689Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=beb5dc2a-99cc-4bd8-8fad-095d80123981
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-03T05:29:04.691Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.691Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:04.692Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a6d3a98c-3dbb-4131-9767-2e624d47fdb8: basic_vm_macro
2022-06-03T05:29:04.692Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.692Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:04.692Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.692Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:04.693Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.693Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:04.693Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.693Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:04.694Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:04.694Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:04.694Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:04.785Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro dcd36b4c-76ff-44bb-bdaa-e8947e8953dc 1 ASDC deployResourceStructure
2022-06-03T05:29:04.786Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:04.786Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:04.786Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:29:04.786Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:04.788Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:04.788Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234144786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:29:04.889Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:29:04.889Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:04.890Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:04.905Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:04.905Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:05.789Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:05.790Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:05.790Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:29:05.790Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:05.792Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:05.792Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234145789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:29:05.892Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:05.893Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:05.893Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:05.908Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:05.908Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:29:06.795Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:06.796Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:06.796Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:29:06.796Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:06.799Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:06.799Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234146795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T05:29:06.903Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-03T05:29:06.904Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:06.904Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:06.920Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:06.921Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:07.800Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:07.800Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:07.800Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:29:07.801Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:07.803Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:07.804Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234147800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:29:07.903Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:29:07.904Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:07.904Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:07.922Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:07.923Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:29:08.806Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 311b628d-57e2-4564-9df7-407e3b0bca27
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:29:08.819Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 311b628d-57e2-4564-9df7-407e3b0bca27
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:29:08.824Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:29:08.824Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T05:29:08.824Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T05:29:08.824Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T05:29:08.824Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:08.824Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:08.825Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:08.825Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:08.825Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:08.825Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:08.825Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:08.830Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T05:29:38.830Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 311b628d-57e2-4564-9df7-407e3b0bca27 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-03T05:29:38.839Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 311b628d-57e2-4564-9df7-407e3b0bca27 and serviceModelVersionId: a6d3a98c-3dbb-4131-9767-2e624d47fdb8
2022-06-03T05:29:38.839Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f304277a-9ff7-46b3-8b99-ac0f001c87b7
2022-06-03T05:29:38.840Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f304277a-9ff7-46b3-8b99-ac0f001c87b7/model-vers/model-ver/a6d3a98c-3dbb-4131-9767-2e624d47fdb8?depth=0
2022-06-03T05:29:38.845Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T05:29:38.900Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f304277a-9ff7-46b3-8b99-ac0f001c87b7/model-vers/model-ver/a6d3a98c-3dbb-4131-9767-2e624d47fdb8?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-03T05:29:38.902Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f304277a-9ff7-46b3-8b99-ac0f001c87b7/model-vers/model-ver/a6d3a98c-3dbb-4131-9767-2e624d47fdb8?depth=0|INFO|500||Invoke
2022-06-03T05:29:38.920Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f304277a-9ff7-46b3-8b99-ac0f001c87b7/model-vers/model-ver/a6d3a98c-3dbb-4131-9767-2e624d47fdb8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T05:29:40.060Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f304277a-9ff7-46b3-8b99-ac0f001c87b7/model-vers/model-ver/a6d3a98c-3dbb-4131-9767-2e624d47fdb8?depth=0|INFO|500||InvokeReturn
2022-06-03T05:29:40.062Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f304277a-9ff7-46b3-8b99-ac0f001c87b7/model-vers/model-ver/a6d3a98c-3dbb-4131-9767-2e624d47fdb8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-05:29:38:929-79357], vertex-id=[589904], Content-Length=[0], Date=[Fri, 03 Jun 2022 05:29:38 GMT], Content-Type=[application/json]}
2022-06-03T05:29:40.062Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T05:29:40.063Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T05:29:40.063Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:40.067Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||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-03T05:29:40.067Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 311b628d-57e2-4564-9df7-407e3b0bca27 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T05:29:40.067Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T05:29:40.068Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:40.069Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:40.069Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234180067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:29:40.170Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:40.171Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:40.171Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:40.220Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:40.221Z||pool-144-thread-1|||||INFO|500||cambria reply ok (51 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-03T05:29:41.083Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-03T05:29:41.083Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ddde2094-a8d7-43cb-b938-f0fe7c29cd08","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0d45624c-e907-4975-a550-fa9888aee849","serviceDescription":"service","serviceInvariantUUID":"7b15e0be-c112-4351-9632-4f1de6e3e0a5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0b64bdeb-4476-4218-ab39-1aad4e750480","resourceInvariantUUID":"2add67b6-e127-4e17-9a48-ada3b347b5b2","resourceCustomizationUUID":"8c527d44-c0d3-4f43-bc06-3995a749a399","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":"YzUzM2RjNjI2MGVmM2VhZGE5NzVjZTg1ZmViYTdjMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7a3c647-d538-4efc-8f44-1d01e181a8da","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":"67e640d2-1d07-44ac-a01a-d00c33e43e4e","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":"dc0ee266-83f2-4ad5-9f1b-71b1e848dc6f","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":"NzQwYzczNmM4MDZhY2EzNzk4NGFjYmFiZGRmZGUxNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7315c5bb-b0d2-4693-ab8a-e92c463e64cb","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":"0f387b4f-48cc-49b9-b6e1-96e132675365","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":"0b141d15-3a6f-481f-aa80-89dac07a80c7","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":"078aa7fe-5d9d-4334-9337-8aee18bdf035","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":"OGExOTc3NzI2OTQwYTliMjY0N2YxYTgxMWIwYWRjZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e7266d2-c20c-437f-9889-ca877476dd80","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDExODk2NjgzMzk0OGI1YjE0MDNmNzMxODk5ZWRjMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbf5af9f-3982-4eb2-bda4-8ec7ed395730","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-03T05:29:41.084Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:29:41.084Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:41.086Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:41.086Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:29:41.186Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:41.188Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:41.188Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:41.211Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:41.212Z||pool-145-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:42.087Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:29:42.088Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:42.089Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:42.090Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:29:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:29:42.164Z||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-03T05:29:42.165Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:42.190Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:42.191Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:42.192Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:42.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:42.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-03T05:29:42.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f6246b7-6ee6-4b7c-9d9e-7615fce9866e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234122372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:29:42.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:29:42.207Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:42.209Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:43.090Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:29:43.091Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:43.093Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:43.094Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:29:43.194Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:43.195Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:43.195Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:43.210Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:43.211Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:29:44.094Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:29:44.095Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:44.097Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:44.097Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:29:44.198Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-03T05:29:44.199Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:44.199Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:44.226Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:44.227Z||pool-148-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:29:45.098Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:29:45.099Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:45.101Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:45.101Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:29:45.202Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:45.203Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:45.203Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:45.219Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:45.220Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:46.103Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:29:46.104Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:46.105Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:46.105Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:29:46.206Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-03T05:29:46.206Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:46.206Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:46.221Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:46.221Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:47.106Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:29:47.106Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:47.109Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:47.109Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:29:47.209Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:47.210Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:47.210Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:47.228Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:47.229Z||pool-151-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:48.110Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:29:48.111Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:48.113Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:48.113Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:29:48.213Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:48.214Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:48.214Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:48.240Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:48.242Z||pool-152-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:49.114Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-03T05:29:49.115Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:49.117Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:49.117Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:29:49.219Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-03T05:29:49.220Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:49.220Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:49.239Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:49.240Z||pool-153-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:29:50.118Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0d45624c-e907-4975-a550-fa9888aee849",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7b15e0be-c112-4351-9632-4f1de6e3e0a5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "8c527d44-c0d3-4f43-bc06-3995a749a399",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0b64bdeb-4476-4218-ab39-1aad4e750480",
      "resourceInvariantUUID": "2add67b6-e127-4e17-9a48-ada3b347b5b2",
      "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": "ZDExODk2NjgzMzk0OGI1YjE0MDNmNzMxODk5ZWRjMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bbf5af9f-3982-4eb2-bda4-8ec7ed395730"
    }
  ],
  "workloadContext": "Production"
}
2022-06-03T05:29:50.119Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-03T05:29:50.119Z|311b628d-57e2-4564-9df7-407e3b0bca27|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d45624c-e907-4975-a550-fa9888aee849 ASDC
2022-06-03T05:29:50.119Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ddde2094-a8d7-43cb-b938-f0fe7c29cd08
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0d45624c-e907-4975-a550-fa9888aee849
ServiceInvariantUUID:7b15e0be-c112-4351-9632-4f1de6e3e0a5
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:bbf5af9f-3982-4eb2-bda4-8ec7ed395730
ArtifactChecksum:ZDExODk2NjgzMzk0OGI1YjE0MDNmNzMxODk5ZWRjMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:8c527d44-c0d3-4f43-bc06-3995a749a399
ResourceInvariantUUID:2add67b6-e127-4e17-9a48-ada3b347b5b2
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0b64bdeb-4476-4218-ab39-1aad4e750480
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-03T05:29:50.120Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d45624c-e907-4975-a550-fa9888aee849 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-03T05:29:50.145Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:29:50.146Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T05:29:50.146Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T05:29:50.146Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bbf5af9f-3982-4eb2-bda4-8ec7ed395730 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-03T05:29:50.146Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-03T05:29:50.146Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-03T05:29:51.620Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-03T05:29:51.625Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bbf5af9f-3982-4eb2-bda4-8ec7ed395730 105659
2022-06-03T05:29:51.626Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:51.626Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:51.626Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-03T05:29:51.626Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:51.629Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:51.629Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234191626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:29:51.729Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:51.730Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:51.730Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:51.756Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:51.757Z||pool-154-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-03T05:29:52.630Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-03T05:29:52.631Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-03T05:29:52.631Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bbf5af9f-3982-4eb2-bda4-8ec7ed395730, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-03T05:29:52.632Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-03T05:29:52.632Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-03T05:29:52.632Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-03T05:29:52.791Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7337764293830295851/Definitions/service-TestPnfMacro-template.yml
2022-06-03T05:29:53.600Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-03T05:29:53.600Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T05:29:53.600Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-03T05:29:53.600Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-03T05:29:53.600Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:53.601Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-03T05:29:53.602Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T05:29:53.602Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:29:53.602Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:53.602Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:53.602Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-03T05:29:53.602Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-03T05:29:53.602Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-03T05:29:53.603Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:53.603Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:53.603Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:53.603Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:53.603Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:53.603Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:53.603Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:53.603Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:53.603Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:53.604Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:53.604Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0d45624c-e907-4975-a550-fa9888aee849
Model Version:NULL
Model InvariantUuid:7b15e0be-c112-4351-9632-4f1de6e3e0a5
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-03T05:29:53.625Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0b64bdeb-4476-4218-ab39-1aad4e750480
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-03T05:29:53.627Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-06-03T05:29:53.628Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0b64bdeb-4476-4218-ab39-1aad4e750480
2022-06-03T05:29:53.628Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 0d45624c-e907-4975-a550-fa9888aee849
2022-06-03T05:29:53.628Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0d45624c-e907-4975-a550-fa9888aee849
2022-06-03T05:29:53.628Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0b64bdeb-4476-4218-ab39-1aad4e750480 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-03T05:29:53.632Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17e67c3, org.onap.sdc.toscaparser.api.parameters.Input@371b55eb, org.onap.sdc.toscaparser.api.parameters.Input@7976b1fc, org.onap.sdc.toscaparser.api.parameters.Input@4ba0ea8b, org.onap.sdc.toscaparser.api.parameters.Input@3992dc43]
2022-06-03T05:29:53.632Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:53.632Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:53.633Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0d45624c-e907-4975-a550-fa9888aee849: test-pnf
2022-06-03T05:29:53.633Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||Processing PNF resource: 0b64bdeb-4476-4218-ab39-1aad4e750480
2022-06-03T05:29:53.633Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-03T05:29:53.633Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-03T05:29:53.633Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||Resource customization UUID: 8c527d44-c0d3-4f43-bc06-3995a749a399 is the same as notified resource customizationUUID: 8c527d44-c0d3-4f43-bc06-3995a749a399
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-03T05:29:53.662Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0b64bdeb-4476-4218-ab39-1aad4e750480 0 ASDC deployResourceStructure
2022-06-03T05:29:53.662Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:53.663Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:53.663Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-03T05:29:53.663Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:29:53.665Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:29:53.665Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234193662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:29:53.765Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:29:53.766Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:29:53.766Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:29:53.803Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:29:53.803Z||pool-155-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-03T05:29:54.665Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddde2094-a8d7-43cb-b938-f0fe7c29cd08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME 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-03T05:29:54.679Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddde2094-a8d7-43cb-b938-f0fe7c29cd08
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-03T05:29:54.683Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-03T05:29:54.683Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-03T05:29:54.683Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-03T05:29:54.683Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-03T05:29:54.683Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:54.684Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:54.684Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:54.684Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:54.684Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:54.684Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:54.684Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-03T05:29:54.684Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:29:54.690Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-03T05:30:24.691Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ddde2094-a8d7-43cb-b938-f0fe7c29cd08 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-03T05:30:24.698Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ddde2094-a8d7-43cb-b938-f0fe7c29cd08 and serviceModelVersionId: 0d45624c-e907-4975-a550-fa9888aee849
2022-06-03T05:30:24.699Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b15e0be-c112-4351-9632-4f1de6e3e0a5
2022-06-03T05:30:24.699Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b15e0be-c112-4351-9632-4f1de6e3e0a5/model-vers/model-ver/0d45624c-e907-4975-a550-fa9888aee849?depth=0
2022-06-03T05:30:24.704Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-03T05:30:24.742Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b15e0be-c112-4351-9632-4f1de6e3e0a5/model-vers/model-ver/0d45624c-e907-4975-a550-fa9888aee849?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-03T05:30:24.743Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b15e0be-c112-4351-9632-4f1de6e3e0a5/model-vers/model-ver/0d45624c-e907-4975-a550-fa9888aee849?depth=0|INFO|500||Invoke
2022-06-03T05:30:24.766Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b15e0be-c112-4351-9632-4f1de6e3e0a5/model-vers/model-ver/0d45624c-e907-4975-a550-fa9888aee849?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-03T05:30:25.171Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b15e0be-c112-4351-9632-4f1de6e3e0a5/model-vers/model-ver/0d45624c-e907-4975-a550-fa9888aee849?depth=0|INFO|500||InvokeReturn
2022-06-03T05:30:25.172Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b15e0be-c112-4351-9632-4f1de6e3e0a5/model-vers/model-ver/0d45624c-e907-4975-a550-fa9888aee849?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220603-05:30:24:773-82556], vertex-id=[487448], Content-Length=[0], Date=[Fri, 03 Jun 2022 05:30:24 GMT], Content-Type=[application/json]}
2022-06-03T05:30:25.172Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-03T05:30:25.173Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-03T05:30:25.173Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:30:25.177Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||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-03T05:30:25.178Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ddde2094-a8d7-43cb-b938-f0fe7c29cd08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-03T05:30:25.178Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-03T05:30:25.178Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-03T05:30:25.180Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-03T05:30:25.180Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234225178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:30:25.280Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-03T05:30:25.281Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-03T05:30:25.281Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:30:25.308Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:30:25.309Z||pool-156-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-03T05:30:26.192Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:30:26.192Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:30:26.192Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:30:35.770Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:30:35.771Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:30:35.771Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:30:35.771Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:30:42.164Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:30:42.164Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:30:42.165Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:30:42.195Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:30:42.196Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.196Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:30:42.197Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:30:42.197Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.197Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-03T05:30:42.197Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:30:42.198Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.198Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-03T05:30:42.198Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:30:42.198Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.198Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:30:42.198Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:30:42.200Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.200Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234136677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:30:42.201Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234140653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234142171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.202Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234144786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234145789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234146795,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234147800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "311b628d-57e2-4564-9df7-407e3b0bca27",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234180067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:30:42.203Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:30:42.204Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:30:42.204Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:30:42.204Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:30:45.332Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:30:45.333Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:30:45.334Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:30:45.334Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:30:54.893Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:30:54.894Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:30:54.894Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:30:54.895Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:31:04.467Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:31:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:31:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:31:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:31:42.163Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:31:42.164Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:31:42.164Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:31:42.213Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:31:42.213Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-03T05:31:42.214Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:31:42.215Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:31:51.739Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:32:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:32:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:32:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:32:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:32:42.164Z||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-03T05:32:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:32:42.715Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:32:42.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:32:42.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:32:42.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:32:42.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:32:42.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-03T05:32:42.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:32:42.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234123389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-03T05:32:42.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-03T05:32:42.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234191626,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-03T05:32:42.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:32:42.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234193662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-03T05:32:42.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:32:42.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-03T05:32:42.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddde2094-a8d7-43cb-b938-f0fe7c29cd08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654234225178,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-03T05:32:42.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-03T05:32:51.722Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:33:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:33:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:33:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:33:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:33:42.164Z||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-03T05:33:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:33:51.725Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:33:51.725Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:34:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:34:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:34:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:34:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:34:42.164Z||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-03T05:34:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:34:51.728Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:34:51.760Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:35:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:35:42.163Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:35:42.164Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:35:42.164Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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-03T05:35:42.164Z|fb464155-110d-4ce4-ae28-2d9108eecb27|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:35:42.164Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:35:51.742Z|fb464155-110d-4ce4-ae28-2d9108eecb27|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:35:51.746Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:36:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:36:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:36:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:36:42.163Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:36:42.164Z||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-03T05:36:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:36:51.738Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:36:51.742Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:37:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:37:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:37:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:37:42.163Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:37:42.164Z||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-03T05:37:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:37:51.737Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:37:51.737Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:38:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:38:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:38:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:38:42.163Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:38:42.164Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:38:42.184Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:38:51.766Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:38:51.766Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:39:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:39:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:39:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:39:42.163Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:39:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T05:39:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:39:51.736Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:39:51.747Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:40:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:40:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:40:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:40:42.163Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:40:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T05:40:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:40:51.743Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:40:51.743Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:41:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:41:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:41:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:41:42.163Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:41:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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-03T05:41:42.164Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:41:51.746Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:41:51.750Z|3180abeb-517f-4f4c-bdc7-e3a59bf770ab|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:42:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:42:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:42:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:42:42.163Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:42:42.164Z|ddeaa265-fce6-4849-8090-465c9da9d565|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-03T05:42:42.165Z|ddeaa265-fce6-4849-8090-465c9da9d565|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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:42:51.738Z|ddeaa265-fce6-4849-8090-465c9da9d565|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:42:51.742Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:43:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:43:42.162Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:43:42.162Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:43:42.163Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:43:42.164Z||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-03T05:43:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:43:51.739Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:43:51.744Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:44:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:44:42.162Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:44:42.163Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:44:42.163Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:44:42.164Z||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-03T05:44:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:44:51.760Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:44:51.764Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:45:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:45:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:45:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:45:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:45:42.164Z||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-03T05:45:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:45:51.728Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:45:51.733Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:46:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:46:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:46:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:46:42.163Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:46:42.163Z||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-03T05:46:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:46:51.732Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:46:51.736Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:47:42.160Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:47:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-03T05:47:42.161Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4uyQkmjnaMblXCIm) ...
2022-06-03T05:47:42.163Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-03T05:47:42.164Z||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-03T05:47:42.164Z||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 4uyQkmjnaMblXCIm) ...
2022-06-03T05:47:51.785Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-03T05:47:51.785Z|ddde2094-a8d7-43cb-b938-f0fe7c29cd08|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK