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-07-01T03:49:32.837Z||main|||||INFO|500||The following profiles are active: basic
2022-07-01T03:49:44.271Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-01T03:49:44.272Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-01T03:49:44.398Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-01T03:49:48.365Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-01T03:49:48.784Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-01T03:49:49.210Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-01T03:49:49.217Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-01T03:49:49.345Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-01T03:49:49.575Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-01T03:49:50.377Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-01T03:49:52.128Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-01T03:49:54.441Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-01T03:49:54.499Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-01T03:49:55.084Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-01T03:49:55.318Z||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-07-01T03:49:56.520Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-01T03:49:57.640Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-01T03:49:57.660Z||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$$af915e9a.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-07-01T03:49:57.661Z||main|||||WARN|500||The sdc end point is not alive
2022-07-01T03:50:00.606Z||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-07-01T03:50:03.383Z||main|||||WARN|500||---
2022-07-01T03:50:03.383Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-01T03:50:03.384Z||main|||||WARN|500||---
2022-07-01T03:50:03.836Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-01T03:50:08.476Z||main|||||INFO|500||Started Application in 38.693 seconds (JVM running for 40.924)
2022-07-01T03:50:08.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:50:08.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:50:08.501Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:50:08.523Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:50:08.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3dcb07de-7456-424a-8534-3e5fee12d650 url= /sdc/v1/artifactTypes
2022-07-01T03:50:08.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:50:09.673Z||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.14.27] 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$$933e8187.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-07-01T03:50:09.681Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55a4f603
2022-07-01T03:50:09.682Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T03:50:09.705Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T03:50:09.707Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T03:50:09.710Z||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$$933e8187.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-07-01T03:50:58.468Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:50:58.470Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:50:58.471Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:50:58.479Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:50:58.489Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2da19fc3-6b0d-40db-9299-58c8767aa4f7 url= /sdc/v1/artifactTypes
2022-07-01T03:50:58.489Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:50:59.525Z||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.14.27] 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$$933e8187.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-07-01T03:50:59.526Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ae81afe
2022-07-01T03:50:59.526Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T03:50:59.527Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T03:50:59.527Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T03:50:59.528Z||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$$933e8187.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-07-01T03:51:48.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:51:48.468Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:51:48.469Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:51:48.472Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:51:48.478Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2b344c1-5e36-4d53-a186-1fe65966affb url= /sdc/v1/artifactTypes
2022-07-01T03:51:48.478Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:51:49.508Z||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.14.27] 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$$933e8187.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-07-01T03:51:49.509Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@97b90b4
2022-07-01T03:51:49.510Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T03:51:49.510Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T03:51:49.511Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T03:51:49.511Z||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$$933e8187.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-07-01T03:52:38.467Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:52:38.468Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:52:38.468Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:52:38.471Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:52:38.475Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0508ca9c-e836-4674-88e1-dd32627fbae8 url= /sdc/v1/artifactTypes
2022-07-01T03:52:38.475Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:52:39.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.14.27] 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$$933e8187.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-07-01T03:52:39.495Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@148c2f6f
2022-07-01T03:52:39.495Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-01T03:52:39.496Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-01T03:52:39.496Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-01T03:52:39.497Z||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$$933e8187.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-07-01T03:53:28.468Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-01T03:53:28.469Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-01T03:53:28.470Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-01T03:53:28.473Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-01T03:53:28.479Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8f30d77-155e-4ed1-ac99-ec1bdde73974 url= /sdc/v1/artifactTypes
2022-07-01T03:53:28.480Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-01T03:53:28.989Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-01T03:53:29.001Z||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-07-01T03:53:29.072Z||scheduling-1|||||DEBUG|500||create keys
2022-07-01T03:53:29.080Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-01T03:53:29.112Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:53:29.133Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 17a70dce-e01b-49f7-9667-538dbf7a9426 url= /sdc/v1/registerForDistribution
2022-07-01T03:53:29.321Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 17a70dce-e01b-49f7-9667-538dbf7a9426 url= /sdc/v1/registerForDistribution
2022-07-01T03:53:29.321Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-01T03:53:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:53:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:53:29.338Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-01T03:53:29.339Z||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-07-01T03:53:29.339Z||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-07-01T03:53:29.340Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:53:29.340Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:53:39.642Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:53:39.645Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:54:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:54:29.330Z||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-07-01T03:54:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:54:29.332Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:54:29.333Z||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-07-01T03:54:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:54:38.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:54:38.883Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:55:29.328Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:55:29.330Z||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-07-01T03:55:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:55:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:55:29.332Z||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-07-01T03:55:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:55:38.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:55:38.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:56:29.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:56:29.330Z||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-07-01T03:56:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:56:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:56:29.332Z||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-07-01T03:56:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:56:38.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:56:38.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:57:29.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:57:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:57:29.332Z||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-07-01T03:57:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:57:29.332Z||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-07-01T03:57:29.336Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:57:38.888Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:57:38.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:58:29.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:58:29.331Z||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-07-01T03:58:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:58:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:58:29.332Z||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-07-01T03:58:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:58:38.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:58:38.882Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:59:29.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:59:29.330Z||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-07-01T03:59:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:59:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T03:59:29.332Z||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-07-01T03:59:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T03:59:38.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:59:38.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T03:59:42.161Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-01T04:00:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:00:29.330Z||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-07-01T04:00:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:00:29.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:00:29.334Z||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-07-01T04:00:29.335Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:00:38.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:00:38.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:01:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:01:29.330Z||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-07-01T04:01:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:01:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:01:29.332Z||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-07-01T04:01:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:01:38.883Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:01:38.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:02:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:02:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:02:29.331Z||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-07-01T04:02:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:02:29.332Z||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-07-01T04:02:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:02:38.880Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:02:38.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:03:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:03:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:03:29.332Z||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-07-01T04:03:29.332Z||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-07-01T04:03:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:03:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:03:38.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:03:38.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:04:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:04:29.330Z||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-07-01T04:04:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:04:29.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:04:29.332Z||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-07-01T04:04:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:04:38.877Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:04:38.877Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:05:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:05:29.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:05:29.335Z||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-07-01T04:05:29.335Z||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-07-01T04:05:29.335Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:05:29.335Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:05:38.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:05:38.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:06:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:06:29.330Z||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-07-01T04:06:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:06:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:06:29.332Z||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-07-01T04:06:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:06:38.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:06:38.882Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:07:29.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:07:29.329Z||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-07-01T04:07:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:07:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:07:29.332Z||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-07-01T04:07:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:07:38.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:07:38.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:08:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:08:29.329Z||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-07-01T04:08:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:08:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:08:29.332Z||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-07-01T04:08:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:08:38.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:08:38.883Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:09:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:09:29.330Z||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-07-01T04:09:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:09:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:09:29.332Z||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-07-01T04:09:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:09:38.883Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:09:38.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:10:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:10:29.330Z||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-07-01T04:10:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:10:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:10:29.332Z||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-07-01T04:10:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:10:38.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:10:38.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:11:29.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:11:29.330Z||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-07-01T04:11:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:11:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:11:29.332Z||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-07-01T04:11:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:11:38.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:11:38.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:12:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:12:29.330Z||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-07-01T04:12:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:12:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:12:29.332Z||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-07-01T04:12:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:12:38.880Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:12:38.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:13:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:13:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:13:29.333Z||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-07-01T04:13:29.333Z||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-07-01T04:13:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:13:29.334Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:13:38.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:13:38.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:14:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:14:29.330Z||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-07-01T04:14:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:14:29.332Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:14:29.333Z||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-07-01T04:14:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:14:38.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:14:38.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:15:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:15:29.329Z||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-07-01T04:15:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:15:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:15:29.331Z||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-07-01T04:15:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:15:38.875Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:15:38.877Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:16:29.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:16:29.329Z||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-07-01T04:16:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:16:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:16:29.332Z||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-07-01T04:16:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:16:38.900Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:16:38.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:17:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:17:29.330Z||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-07-01T04:17:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:17:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:17:29.331Z||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-07-01T04:17:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:17:38.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:17:38.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:18:29.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:18:29.330Z||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-07-01T04:18:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:18:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:18:29.332Z||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-07-01T04:18:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:18:38.879Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:18:38.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:19:29.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:19:29.329Z||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-07-01T04:19:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:19:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:19:29.332Z||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-07-01T04:19:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:19:38.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:19:38.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:20:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:20:29.330Z||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-07-01T04:20:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:20:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:20:29.332Z||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-07-01T04:20:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:20:38.878Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:20:38.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:21:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:21:29.330Z||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-07-01T04:21:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:21:29.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:21:29.332Z||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-07-01T04:21:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:21:38.878Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:21:38.882Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:22:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:22:29.331Z||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-07-01T04:22:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:22:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:22:29.332Z||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-07-01T04:22:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:22:38.879Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:22:38.879Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:23:29.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:23:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:23:29.332Z||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-07-01T04:23:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:23:29.333Z||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-07-01T04:23:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:23:38.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:23:38.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:24:29.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:24:29.329Z||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-07-01T04:24:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:24:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:24:29.332Z||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-07-01T04:24:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:24:38.882Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:24:38.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:25:29.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:25:29.330Z||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-07-01T04:25:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:25:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:25:29.332Z||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-07-01T04:25:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:25:38.873Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:25:38.878Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:26:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:26:29.330Z||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-07-01T04:26:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:26:29.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:26:29.333Z||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-07-01T04:26:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:26:38.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:26:38.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:27:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:27:29.330Z||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-07-01T04:27:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:27:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:27:29.332Z||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-07-01T04:27:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:27:38.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:27:38.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:28:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:28:29.329Z||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-07-01T04:28:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:28:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:28:29.332Z||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-07-01T04:28:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:28:38.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:28:38.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:29:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:29:29.329Z||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-07-01T04:29:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:29:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:29:29.332Z||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-07-01T04:29:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:29:38.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:29:38.883Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:30:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:30:29.330Z||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-07-01T04:30:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:30:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:30:29.332Z||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-07-01T04:30:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:30:38.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:30:38.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:31:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:31:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:31:29.333Z||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-07-01T04:31:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:31:29.334Z||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-07-01T04:31:29.334Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:31:38.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:31:38.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:32:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:32:29.330Z||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-07-01T04:32:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:32:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:32:29.332Z||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-07-01T04:32:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:32:38.881Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:32:38.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:33:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:33:29.330Z||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-07-01T04:33:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:33:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:33:29.332Z||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-07-01T04:33:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:33:38.876Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:33:38.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:34:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:34:29.330Z||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-07-01T04:34:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:34:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:34:29.332Z||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-07-01T04:34:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:34:38.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:34:38.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:35:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:35:29.330Z||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-07-01T04:35:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:35:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:35:29.332Z||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-07-01T04:35:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:35:38.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:35:38.883Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:36:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:36:29.329Z||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-07-01T04:36:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:36:29.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:36:29.333Z||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-07-01T04:36:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:36:38.880Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:36:38.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:37:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:37:29.329Z||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-07-01T04:37:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:37:29.332Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:37:29.332Z||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-07-01T04:37:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:37:38.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:37:38.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:38:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:38:29.330Z||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-07-01T04:38:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:38:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:38:29.332Z||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-07-01T04:38:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:38:38.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:38:38.881Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:39:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:39:29.330Z||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-07-01T04:39:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:39:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:39:29.332Z||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-07-01T04:39:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:39:38.878Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:39:38.878Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:40:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:40:29.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:40:29.332Z||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-07-01T04:40:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:40:29.332Z||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-07-01T04:40:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:40:38.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:40:38.889Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:41:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:41:29.330Z||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-07-01T04:41:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:41:29.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:41:29.332Z||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-07-01T04:41:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:41:38.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:41:38.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:29.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:42:29.330Z||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-07-01T04:42:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:42:29.332Z||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-07-01T04:42:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:37.415Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:37.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:42:37.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"208d2d93-8037-47c0-9649-1f110204a4ad","serviceName":"basic_onboard_KofujR","serviceVersion":"1.0","serviceUUID":"48ca3471-8f68-4397-af06-27189255d343","serviceDescription":"service","serviceInvariantUUID":"ea96fcff-ae95-421f-b88b-07bf7675f6b9","resources":[{"resourceInstanceName":"basic_onboard_KofujR 0","resourceName":"basic_onboard_KofujR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b891f7d-b6ad-46ea-babf-28b1294162a8","resourceInvariantUUID":"09583f7a-3fbf-436e-a538-dbad1609970d","resourceCustomizationUUID":"74972b09-96d8-4bdf-97ed-591405941ef5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml","artifactChecksum":"ODg5MTA4MDViNjMwMDI2NjMyNzljN2JkZmE5NWIwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e411985-6ce1-4b41-a839-42d0fcaafa8f","artifactVersion":"1"},{"artifactName":"basic_onboard_kofujr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json","artifactChecksum":"OWU1YzU1MGRjYmNhMjhlNjI1YzRiMzdmMTI0OWRiYzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1dae492b-34fa-495d-9989-df640ec62e27","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a1f8061-e05b-4574-8452-353b901b2434","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0e83e6c-8624-46b1-9bb2-d785c250aae8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38a7e37b-a0e8-44c8-965b-8ef0ea78135e","artifactVersion":"2","generatedFromUUID":"7a1f8061-e05b-4574-8452-353b901b2434"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKofujr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml","artifactChecksum":"MzUxODMyYmY1NTRjNTYzMzJiOWQ1Y2IzNTA5N2QyOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee0d2b21-f560-437c-b422-4944cc2b4dcb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKofujr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar","artifactChecksum":"NjNkZjA1ODBiMzJlOTc5MjA5YzI2N2Q4NGNiYzcxZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T04:42:37.436Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:37.445Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:37.458Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:37.459Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:42:37.558Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-01T04:42:37.563Z||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-07-01T04:42:37.563Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:37.579Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:37.580Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1}
2022-07-01T04:42:37.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:37.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T04:42:37.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:42:37.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:42:38.466Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:38.467Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:38.470Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:38.470Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T04:42:38.570Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:38.571Z||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-07-01T04:42:38.572Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:38.587Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:38.588Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:39.471Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:39.472Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:39.475Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:39.475Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-01T04:42:39.575Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:39.576Z||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-07-01T04:42:39.576Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:39.588Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:39.589Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:40.476Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:40.477Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:40.480Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:40.480Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:42:40.580Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:40.581Z||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-07-01T04:42:40.581Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:40.594Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:40.595Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:41.481Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:41.482Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:41.484Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:41.484Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-01T04:42:41.584Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:41.586Z||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-07-01T04:42:41.586Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:41.605Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:41.606Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:42.485Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:42.486Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:42.489Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:42.489Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:42:42.589Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:42.590Z||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-07-01T04:42:42.590Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:42.605Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:42.605Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:43.489Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:42:43.490Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:43.493Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:43.494Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:42:43.594Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:43.595Z||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-07-01T04:42:43.595Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:43.610Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:43.610Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:44.496Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "serviceName": "basic_onboard_KofujR",
  "serviceVersion": "1.0",
  "serviceUUID": "48ca3471-8f68-4397-af06-27189255d343",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ea96fcff-ae95-421f-b88b-07bf7675f6b9",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_KofujR 0",
      "resourceCustomizationUUID": "74972b09-96d8-4bdf-97ed-591405941ef5",
      "resourceName": "basic_onboard_KofujR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6b891f7d-b6ad-46ea-babf-28b1294162a8",
      "resourceInvariantUUID": "09583f7a-3fbf-436e-a538-dbad1609970d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kofujr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
          "artifactChecksum": "OWU1YzU1MGRjYmNhMjhlNjI1YzRiMzdmMTI0OWRiYzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1dae492b-34fa-495d-9989-df640ec62e27",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7a1f8061-e05b-4574-8452-353b901b2434",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "38a7e37b-a0e8-44c8-965b-8ef0ea78135e",
            "generatedFromUUID": "7a1f8061-e05b-4574-8452-353b901b2434"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "38a7e37b-a0e8-44c8-965b-8ef0ea78135e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKofujr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
      "artifactChecksum": "NjNkZjA1ODBiMzJlOTc5MjA5YzI2N2Q4NGNiYzcxZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T04:42:44.497Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T04:42:44.497Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 48ca3471-8f68-4397-af06-27189255d343 ASDC
2022-07-01T04:42:44.614Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:208d2d93-8037-47c0-9649-1f110204a4ad
ServiceName:basic_onboard_KofujR
ServiceVersion:1.0
ServiceUUID:48ca3471-8f68-4397-af06-27189255d343
ServiceInvariantUUID:ea96fcff-ae95-421f-b88b-07bf7675f6b9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKofujr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
ArtifactUUID:6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b
ArtifactChecksum:NjNkZjA1ODBiMzJlOTc5MjA5YzI2N2Q4NGNiYzcxZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KofujR 0
ResourceCustomizationUUID:74972b09-96d8-4bdf-97ed-591405941ef5
ResourceInvariantUUID:09583f7a-3fbf-436e-a538-dbad1609970d
ResourceName:basic_onboard_KofujR
ResourceType:VF
ResourceUUID:6b891f7d-b6ad-46ea-babf-28b1294162a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kofujr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
ArtifactUUID:1dae492b-34fa-495d-9989-df640ec62e27
ArtifactChecksum:OWU1YzU1MGRjYmNhMjhlNjI1YzRiMzdmMTI0OWRiYzM=
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/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7a1f8061-e05b-4574-8452-353b901b2434
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/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
ArtifactUUID:38a7e37b-a0e8-44c8-965b-8ef0ea78135e
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/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
ArtifactUUID:38a7e37b-a0e8-44c8-965b-8ef0ea78135e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T04:42:44.616Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48ca3471-8f68-4397-af06-27189255d343 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-07-01T04:42:44.892Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:42:44.893Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:42:44.895Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:42:44.896Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b from URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:44.896Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:42:44.897Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:45.252Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:42:45.267Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar 6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b 71584
2022-07-01T04:42:45.268Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar ASDC sendASDCNotification
2022-07-01T04:42:45.268Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:45.269Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:42:45.270Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:45.272Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:45.272Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650565267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:42:45.372Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:45.373Z||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-07-01T04:42:45.373Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:45.392Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:45.392Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:46.272Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:42:46.273Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:42:46.274Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6bf313e0-34c0-4c2c-9f6b-1f1d9b29123b, URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar to file: /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:46.274Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:46.363Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:46.364Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:47.028Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11068723516267142909/Definitions/service-BasicOnboardKofujr-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-07-01T04:42:48.737Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T04:42:48.743Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-01T04:42:48.743Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.743Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-01T04:42:48.743Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KofujR 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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.744Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.744Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.744Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.744Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:48.745Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-01T04:42:48.752Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.753Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.758Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.758Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-01T04:42:48.760Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:42:48.762Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.762Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.763Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.763Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-01T04:42:48.763Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:42:48.763Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.764Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.768Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.768Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is not matching search criteria
2022-07-01T04:42:48.769Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-01T04:42:48.769Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-01T04:42:48.769Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-01T04:42:48.769Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T04:42:48.770Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T04:42:48.770Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.770Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T04:42:48.771Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.772Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.772Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:48.773Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.773Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.773Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:48.773Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.774Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:48.774Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:48.774Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.775Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is not matching search criteria
2022-07-01T04:42:48.775Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-01T04:42:48.775Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T04:42:48.776Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7861fcff-706d-49a3-a939-da62ac086072
2022-07-01T04:42:48.776Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.776Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.776Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.777Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.777Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.777Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.778Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:48.778Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:48.778Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_KofujR
Description:service
Model UUID:48ca3471-8f68-4397-af06-27189255d343
Model Version:NULL
Model InvariantUuid:ea96fcff-ae95-421f-b88b-07bf7675f6b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_KofujR
Model UUID:479cbfb4-caf2-452a-b295-b45cdb9c1cbc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:09583f7a-3fbf-436e-a538-dbad1609970d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74972b09-96d8-4bdf-97ed-591405941ef5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5
ModelName:BasicOnboardKofujr..base_ubuntu18..module-0
ModelUuid:c15f954d-0705-493d-93bd-fb2cd8728989
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7861fcff-706d-49a3-a939-da62ac086072
ModelInvariantUuid:c6d720a5-cb71-44f2-b729-427ff353502b
ModelName:basic_onboard_KofujR-nodes.ubuntu18Cvfc
ModelUuid:ce012e4a-bb4b-45ba-9caf-c431bacd87b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:41ac1b7b-e4d6-466e-86c1-899772aed809
ModelInvariantUuid:97b9ad57-b7be-4bb1-ab31-ce2d7eb9e611
ModelName:BasicOnboardKofujr.compute.nodes.heat.ubuntu18
ModelUuid:db0b1b68-1d30-4579-a226-55cc3d79712d
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-07-01T04:42:48.806Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b891f7d-b6ad-46ea-babf-28b1294162a8
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-07-01T04:42:48.924Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||basic_onboard_KofujR 0
2022-07-01T04:42:48.930Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b891f7d-b6ad-46ea-babf-28b1294162a8
2022-07-01T04:42:48.931Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1dae492b-34fa-495d-9989-df640ec62e27 from URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
2022-07-01T04:42:48.931Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:42:48.931Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
2022-07-01T04:42:49.056Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:42:49.057Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json 1dae492b-34fa-495d-9989-df640ec62e27 798
2022-07-01T04:42:49.057Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json ASDC sendASDCNotification
2022-07-01T04:42:49.057Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
2022-07-01T04:42:49.058Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:42:49.058Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:49.061Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:49.062Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650569057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:42:49.161Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:49.163Z||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-07-01T04:42:49.163Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:49.212Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:49.213Z||pool-11-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:50.063Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKofujr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c15f954d-0705-493d-93bd-fb2cd8728989",
    "vfModuleModelCustomizationUUID": "6085fccb-7fce-4234-92b0-bfcbd08c3d7a",
    "isBase": true,
    "artifacts": [
      "7a1f8061-e05b-4574-8452-353b901b2434",
      "38a7e37b-a0e8-44c8-965b-8ef0ea78135e"
    ],
    "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-07-01T04:42:50.077Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKofujr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c15f954d-0705-493d-93bd-fb2cd8728989
VfModuleModelInvariantUUID:fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a1f8061-e05b-4574-8452-353b901b2434
,
38a7e37b-a0e8-44c8-965b-8ef0ea78135e

}
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-07-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKofujr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c15f954d-0705-493d-93bd-fb2cd8728989",
    "vfModuleModelCustomizationUUID": "6085fccb-7fce-4234-92b0-bfcbd08c3d7a",
    "isBase": true,
    "artifacts": [
      "7a1f8061-e05b-4574-8452-353b901b2434",
      "38a7e37b-a0e8-44c8-965b-8ef0ea78135e"
    ],
    "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-07-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKofujr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c15f954d-0705-493d-93bd-fb2cd8728989
VfModuleModelInvariantUUID:fc8cb7b9-10b2-4f5b-87df-61b24aa54ec5
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a1f8061-e05b-4574-8452-353b901b2434
,
38a7e37b-a0e8-44c8-965b-8ef0ea78135e

}
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-07-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a1f8061-e05b-4574-8452-353b901b2434 from URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
2022-07-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:42:50.080Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
2022-07-01T04:42:50.144Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:42:50.144Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml 7a1f8061-e05b-4574-8452-353b901b2434 5033
2022-07-01T04:42:50.145Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-01T04:42:50.145Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
2022-07-01T04:42:50.145Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:42:50.145Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:50.147Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:50.147Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650570145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:42:50.248Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:50.249Z||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-07-01T04:42:50.249Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:50.266Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:50.266Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:51.149Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38a7e37b-a0e8-44c8-965b-8ef0ea78135e from URL: /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
2022-07-01T04:42:51.150Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:42:51.150Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
2022-07-01T04:42:51.220Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:42:51.221Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env 38a7e37b-a0e8-44c8-965b-8ef0ea78135e 909
2022-07-01T04:42:51.221Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-01T04:42:51.221Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
2022-07-01T04:42:51.222Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:42:51.222Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:51.231Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:51.232Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650571221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:42:51.330Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-01T04:42:51.331Z||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-07-01T04:42:51.331Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:51.348Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:51.348Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:52.234Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 48ca3471-8f68-4397-af06-27189255d343
2022-07-01T04:42:52.234Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KofujR 0 6b891f7d-b6ad-46ea-babf-28b1294162a8 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-07-01T04:42:52.269Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@154c3830, org.onap.sdc.toscaparser.api.parameters.Input@301dd7a2, org.onap.sdc.toscaparser.api.parameters.Input@456a6cab, org.onap.sdc.toscaparser.api.parameters.Input@38ed131a, org.onap.sdc.toscaparser.api.parameters.Input@4c94218f]
2022-07-01T04:42:52.274Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.274Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.275Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-01T04:42:52.275Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 74972b09-96d8-4bdf-97ed-591405941ef5
2022-07-01T04:42:52.276Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74972b09-96d8-4bdf-97ed-591405941ef5 matches Tosca VF Customization UUID: 74972b09-96d8-4bdf-97ed-591405941ef5
2022-07-01T04:42:52.276Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 74972b09-96d8-4bdf-97ed-591405941ef5  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-07-01T04:42:52.285Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.286Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.287Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 74972b09-96d8-4bdf-97ed-591405941ef5: {\"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-07-01T04:42:52.288Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2bdb685a
2022-07-01T04:42:52.288Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.289Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T04:42:52.289Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6085fccb-7fce-4234-92b0-bfcbd08c3d7a
2022-07-01T04:42:52.291Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6085fccb-7fce-4234-92b0-bfcbd08c3d7a
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-07-01T04:42:52.298Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.298Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:52.299Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:52.300Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.300Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:52.300Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:52.301Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.301Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is not matching search criteria
2022-07-01T04:42:52.302Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-01T04:42:52.302Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-01T04:42:52.302Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7861fcff-706d-49a3-a939-da62ac086072
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-07-01T04:42:52.310Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.310Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:52.311Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:42:52.311Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.312Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KofujR 0 is matching search criteria
2022-07-01T04:42:52.312Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KofujR 0] matching following query criteria: sdcType=VF, customizationUUID=74972b09-96d8-4bdf-97ed-591405941ef5
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-07-01T04:42:52.314Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.315Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.315Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 48ca3471-8f68-4397-af06-27189255d343: basic_onboard_KofujR
2022-07-01T04:42:52.316Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.316Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.317Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.317Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.317Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.318Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.318Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.318Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.319Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:42:52.319Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KofujR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:42:52.319Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_KofujR 
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-07-01T04:42:52.510Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KofujR 6b891f7d-b6ad-46ea-babf-28b1294162a8 1 ASDC deployResourceStructure
2022-07-01T04:42:52.510Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json ASDC sendASDCNotification
2022-07-01T04:42:52.510Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json
2022-07-01T04:42:52.511Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:42:52.511Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:52.513Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:52.513Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650572510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T04:42:52.613Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:52.614Z||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-07-01T04:42:52.614Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:52.637Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:52.637Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:53.516Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-01T04:42:53.517Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml
2022-07-01T04:42:53.517Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:42:53.517Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:53.520Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:53.520Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650573516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T04:42:53.620Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:42:53.621Z||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-07-01T04:42:53.621Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:53.649Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:53.650Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:42:54.521Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-01T04:42:54.521Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env
2022-07-01T04:42:54.521Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:42:54.521Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:54.524Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:54.524Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650574521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-01T04:42:54.624Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:42:54.625Z||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-07-01T04:42:54.626Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:54.646Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:54.647Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:55.524Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar ASDC sendASDCNotification
2022-07-01T04:42:55.525Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar
2022-07-01T04:42:55.525Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:42:55.525Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:42:55.528Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:42:55.528Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:42:55.632Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-01T04:42:55.633Z||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-07-01T04:42:55.633Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:42:55.651Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:42:55.652Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:42:56.530Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:42:56.565Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:42:56.568Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:42:56.569Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:42:56.569Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:43:26.569Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:43:26.581Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:43:26.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:43:26.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:43:26.585Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:43:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:43:29.332Z||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-07-01T04:43:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:43:29.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:43:29.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T04:43:29.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650554727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:43:29.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:43:56.585Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:43:56.596Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:43:56.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:43:56.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:43:56.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:44:26.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:44:26.612Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:44:26.614Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:44:26.614Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:44:26.615Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:44:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:44:29.332Z||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-07-01T04:44:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:44:29.359Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:44:29.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T04:44:29.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650554188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:44:29.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:44:29.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T04:44:29.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650554180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:44:29.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:44:56.615Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:44:56.628Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:44:56.630Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:44:56.631Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:44:56.631Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:45:26.631Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:45:26.643Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:45:26.645Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:45:26.645Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:45:26.646Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:45:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:45:29.332Z||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-07-01T04:45:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:45:29.359Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:45:29.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650554727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650554188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650554180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650554727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650554188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650554180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650554727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650554188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650554180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650554727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650554188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650554180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650554727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650554188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650554180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650549328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650554727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650554188,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650554180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650565267,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650565342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650565949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650566642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650567851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "cds",
  "timestamp": 1656650568359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650568918,
  "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-07-01T04:45:29.930Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:29.930Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-07-01T04:45:29.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650569057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.944Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "cds",
  "timestamp": 1656650569389,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-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-07-01T04:45:29.951Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:29.951Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-07-01T04:45:29.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650569922,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650570145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650571221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650571906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650572510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/basic_onboard_kofujr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650572918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650573516,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:29.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "policy-id",
  "timestamp": 1656650573925,
  "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-07-01T04:45:29.982Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:29.982Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-07-01T04:45:29.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650575101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:29.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650574521,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/resourceInstances/basic_onboard_kofujr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:29.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:29.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:29.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:29.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:29.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650574188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:30.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650574188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650576175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.006Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "cds",
  "timestamp": 1656650560391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650574188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "cds",
  "timestamp": 1656650577596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650574188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650578194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:30.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "cds",
  "timestamp": 1656650578605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-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-07-01T04:45:30.035Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.035Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-07-01T04:45:30.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650579374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:30.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650574188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "clamp",
  "timestamp": 1656650579199,
  "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-07-01T04:45:30.063Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:30.063Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-07-01T04:45:30.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656650565465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "aai-ml",
  "timestamp": 1656650580382,
  "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-07-01T04:45:30.083Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:30.083Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-07-01T04:45:30.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650574188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650564052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650574188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650582417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKofujr/1.0/artifacts/service-BasicOnboardKofujr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:30.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650582025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650581951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650583426,
  "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-07-01T04:45:30.108Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 208d2d93-8037-47c0-9649-1f110204a4ad
2022-07-01T04:45:30.108Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 208d2d93-8037-47c0-9649-1f110204a4ad 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-07-01T04:45:30.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650583032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:30.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650583051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "policy-id",
  "timestamp": 1656650584036,
  "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-07-01T04:45:30.136Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.136Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-07-01T04:45:30.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650584175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650584181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650584722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650585196,
  "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-07-01T04:45:30.162Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.162Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-07-01T04:45:30.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650584181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650584722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656650586199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:30.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650584181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.178Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650584722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.179Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650584181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650584722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650584181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650584722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650567149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650584181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650584722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:45:30.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650591632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650584181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650584722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:45:30.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:45:30.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650592562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650595874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:30.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656650596880,
  "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-07-01T04:45:30.200Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.201Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-07-01T04:45:30.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650602174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:45:30.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650602578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:30.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "aai-ml",
  "timestamp": 1656650603587,
  "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-07-01T04:45:30.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.242Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-07-01T04:45:30.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650605177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:45:30.258Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:45:30.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:45:30.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "clamp",
  "timestamp": 1656650606181,
  "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-07-01T04:45:30.264Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b591ae3-554d-4088-ac8a-74b824e34c01
2022-07-01T04:45:30.265Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b591ae3-554d-4088-ac8a-74b824e34c01 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-07-01T04:45:56.646Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:45:56.664Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:45:56.668Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:45:56.669Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T04:45:56.669Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T04:45:56.669Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T04:45:56.669Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:45:56.670Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:45:56.670Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:45:56.670Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:45:56.670Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:45:56.671Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:45:56.671Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-07-01T04:45:56.678Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T04:46:26.679Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 208d2d93-8037-47c0-9649-1f110204a4ad 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-07-01T04:46:26.691Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 208d2d93-8037-47c0-9649-1f110204a4ad and serviceModelVersionId: 48ca3471-8f68-4397-af06-27189255d343
2022-07-01T04:46:26.691Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea96fcff-ae95-421f-b88b-07bf7675f6b9
2022-07-01T04:46:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:46:29.332Z||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-07-01T04:46:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:38.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:41.137Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0
2022-07-01T04:46:41.277Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T04:46:41.766Z|208d2d93-8037-47c0-9649-1f110204a4ad|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/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?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-07-01T04:46:41.771Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0|INFO|500||Invoke
2022-07-01T04:46:41.877Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T04:46:42.119Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0|INFO|500||InvokeReturn
2022-07-01T04:46:42.120Z|208d2d93-8037-47c0-9649-1f110204a4ad|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/ea96fcff-ae95-421f-b88b-07bf7675f6b9/model-vers/model-ver/48ca3471-8f68-4397-af06-27189255d343?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-04:46:41:598-30068], vertex-id=[184416], Content-Length=[0], Date=[Fri, 01 Jul 2022 04:46:41 GMT], Content-Type=[application/json]}
2022-07-01T04:46:42.122Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T04:46:42.125Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T04:46:42.126Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-07-01T04:46:42.131Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-07-01T04:46:42.133Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 208d2d93-8037-47c0-9649-1f110204a4ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T04:46:42.134Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T04:46:42.135Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:42.139Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:42.140Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650802133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:46:42.238Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-01T04:46:42.239Z||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-07-01T04:46:42.239Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:42.252Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:42.252Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-07-01T04:46:43.153Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:46:43.154Z|208d2d93-8037-47c0-9649-1f110204a4ad|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-07-01T04:46:43.154Z|208d2d93-8037-47c0-9649-1f110204a4ad|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:47.574Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:47.575Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:46:47.575Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b591ae3-554d-4088-ac8a-74b824e34c01","serviceName":"vFW 2022-07-01 04-41-34","serviceVersion":"1.0","serviceUUID":"af6abf12-6ea7-4f6b-afd7-611666e0830c","serviceDescription":"catalog service description","serviceInvariantUUID":"b4fdb9aa-ca65-4eb6-9de2-98fa6362b376","resources":[{"resourceInstanceName":"vFW 0f10e9ee-f7fc 0","resourceName":"vFW 0f10e9ee-f7fc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b9becae-31ed-42fe-8331-9e85194feb3c","resourceInvariantUUID":"8775db65-f49b-4958-a5b8-9e7bb8c32d0f","resourceCustomizationUUID":"95d6af99-4db1-476f-a91d-44c9b0fb97e5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml","artifactChecksum":"OGE1NGIxNzQwNGE0OTVmNTJjODJjZDczYjZlYjJhMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bae4360d-8543-41ba-8040-87e3962fa064","artifactVersion":"1"},{"artifactName":"vfw0f10e9eef7fc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json","artifactChecksum":"NTUyZTFiODY1OGExMTBhMDI1NDIyOWE1ZmY0MzEyYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f928482-2f81-4a9e-8a63-c467a4dfd246","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64659e9c-7e68-47c3-a7b9-01ba9fcf480f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml","artifactChecksum":"NTIzNjI4YmU2NGMxYzExZjVlNjUwMTlkYjJjYjMyYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37c61cdd-ca19-4370-bc75-0a690b850765","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"878a4d1f-030a-4d11-a0cb-025b6c4fd217","artifactVersion":"2","generatedFromUUID":"64659e9c-7e68-47c3-a7b9-01ba9fcf480f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220701044134-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml","artifactChecksum":"MjE1MjlmNWM1ZDc3YWE3MWI2MGRiNTMyZGY5ZmE1MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86ec7a6c-36f4-4d0f-9e9d-5e3ec0a6cefd","artifactVersion":"1"},{"artifactName":"service-Vfw20220701044134-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar","artifactChecksum":"MWU1YmU2MmZiMTA4NDNmYzI3MGVjMjY5NzA3OThjNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fc45279-a301-48fc-b827-6cfbe0435f58","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T04:46:47.578Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:47.578Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:47.580Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:47.580Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:46:47.680Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:46:47.681Z||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-07-01T04:46:47.681Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:47.694Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:47.695Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:48.581Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:48.582Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:48.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:48.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T04:46:48.684Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:48.685Z||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-07-01T04:46:48.685Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:48.700Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:48.701Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:49.584Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:49.585Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:49.587Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:49.587Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-01T04:46:49.687Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:49.688Z||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-07-01T04:46:49.689Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:49.702Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:49.702Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:50.588Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:50.589Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:50.591Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:50.591Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:46:50.692Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:50.693Z||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-07-01T04:46:50.693Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:50.704Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:50.705Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:51.592Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:51.593Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:51.595Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:51.595Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-01T04:46:51.695Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:51.696Z||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-07-01T04:46:51.697Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:51.713Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:51.713Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:46:52.596Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:52.597Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:52.598Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:52.599Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:46:52.699Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:52.700Z||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-07-01T04:46:52.700Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:52.712Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:52.713Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:53.599Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:46:53.600Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:53.602Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:53.602Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:46:53.702Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:53.703Z||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-07-01T04:46:53.703Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:53.718Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:53.718Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:46:54.603Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "serviceName": "vFW 2022-07-01 04-41-34",
  "serviceVersion": "1.0",
  "serviceUUID": "af6abf12-6ea7-4f6b-afd7-611666e0830c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b4fdb9aa-ca65-4eb6-9de2-98fa6362b376",
  "resources": [
    {
      "resourceInstanceName": "vFW 0f10e9ee-f7fc 0",
      "resourceCustomizationUUID": "95d6af99-4db1-476f-a91d-44c9b0fb97e5",
      "resourceName": "vFW 0f10e9ee-f7fc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3b9becae-31ed-42fe-8331-9e85194feb3c",
      "resourceInvariantUUID": "8775db65-f49b-4958-a5b8-9e7bb8c32d0f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0f10e9eef7fc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
          "artifactChecksum": "NTUyZTFiODY1OGExMTBhMDI1NDIyOWE1ZmY0MzEyYmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3f928482-2f81-4a9e-8a63-c467a4dfd246",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "64659e9c-7e68-47c3-a7b9-01ba9fcf480f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "878a4d1f-030a-4d11-a0cb-025b6c4fd217",
            "generatedFromUUID": "64659e9c-7e68-47c3-a7b9-01ba9fcf480f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "878a4d1f-030a-4d11-a0cb-025b6c4fd217",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220701044134-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
      "artifactChecksum": "MWU1YmU2MmZiMTA4NDNmYzI3MGVjMjY5NzA3OThjNjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3fc45279-a301-48fc-b827-6cfbe0435f58"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T04:46:54.604Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T04:46:54.604Z|208d2d93-8037-47c0-9649-1f110204a4ad|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af6abf12-6ea7-4f6b-afd7-611666e0830c ASDC
2022-07-01T04:46:54.604Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b591ae3-554d-4088-ac8a-74b824e34c01
ServiceName:vFW 2022-07-01 04-41-34
ServiceVersion:1.0
ServiceUUID:af6abf12-6ea7-4f6b-afd7-611666e0830c
ServiceInvariantUUID:b4fdb9aa-ca65-4eb6-9de2-98fa6362b376
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220701044134-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
ArtifactUUID:3fc45279-a301-48fc-b827-6cfbe0435f58
ArtifactChecksum:MWU1YmU2MmZiMTA4NDNmYzI3MGVjMjY5NzA3OThjNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f10e9ee-f7fc 0
ResourceCustomizationUUID:95d6af99-4db1-476f-a91d-44c9b0fb97e5
ResourceInvariantUUID:8775db65-f49b-4958-a5b8-9e7bb8c32d0f
ResourceName:vFW 0f10e9ee-f7fc
ResourceType:VF
ResourceUUID:3b9becae-31ed-42fe-8331-9e85194feb3c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f10e9eef7fc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
ArtifactUUID:3f928482-2f81-4a9e-8a63-c467a4dfd246
ArtifactChecksum:NTUyZTFiODY1OGExMTBhMDI1NDIyOWE1ZmY0MzEyYmM=
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/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
ArtifactUUID:64659e9c-7e68-47c3-a7b9-01ba9fcf480f
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/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
ArtifactUUID:878a4d1f-030a-4d11-a0cb-025b6c4fd217
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/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
ArtifactUUID:878a4d1f-030a-4d11-a0cb-025b6c4fd217
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T04:46:54.604Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af6abf12-6ea7-4f6b-afd7-611666e0830c 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-07-01T04:46:54.638Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3fc45279-a301-48fc-b827-6cfbe0435f58 from URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:46:54.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:54.846Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar 3fc45279-a301-48fc-b827-6cfbe0435f58 99016
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar ASDC sendASDCNotification
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:46:54.851Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:54.854Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:54.854Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650814851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:46:54.954Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:46:54.955Z||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-07-01T04:46:54.955Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:54.967Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:54.968Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:46:55.855Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:46:55.856Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-01T04:46:55.856Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3fc45279-a301-48fc-b827-6cfbe0435f58, URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar to file: /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:55.856Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220701044134-csar.csar
2022-07-01T04:46:55.857Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:55.857Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:56.024Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1748461302728939821/Definitions/service-Vfw20220701044134-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-07-01T04:46:58.144Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.145Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f10e9ee-f7fc 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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.146Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-Vfw20220701044134-csar.csar
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.147Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.148Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.149Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:46:58.150Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.151Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.152Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T04:46:58.153Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.153Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.153Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:46:58.153Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:46:58.154Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:46:58.155Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.156Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6536974a-4aca-451e-8218-26be75cee6a4
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:46:58.157Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:46:58.158Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a456bfee-669f-4bf1-839a-362ab27f061b
2022-07-01T04:46:58.159Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.160Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:46:58.161Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=852fcf74-7ba1-4694-9d12-9dff67264f63
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.162Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:46:58.163Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-01 04-41-34
Description:catalog service description
Model UUID:af6abf12-6ea7-4f6b-afd7-611666e0830c
Model Version:NULL
Model InvariantUuid:b4fdb9aa-ca65-4eb6-9de2-98fa6362b376
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0f10e9ee-f7fc
Model UUID:a7c739c4-0ff4-4c1f-871c-991b9c734b80
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8775db65-f49b-4958-a5b8-9e7bb8c32d0f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:95d6af99-4db1-476f-a91d-44c9b0fb97e5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bda58c43-3f48-4499-870b-3b9c0d08777b
ModelName:Vfw0f10e9eeF7fc..base_vfw..module-0
ModelUuid:efd20840-e362-49e7-a6b7-08a7091a59cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6536974a-4aca-451e-8218-26be75cee6a4
ModelInvariantUuid:e68bc8cc-af79-4888-b9e2-ebdcb87e6d5b
ModelName:vFW 0f10e9ee-f7fc-nodes.vfwCvfc
ModelUuid:b6a0346e-82c5-404d-87bd-8356055609aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:195837b2-a03b-48b9-a91f-947dc13ef9d3
ModelInvariantUuid:d1e03d9c-3429-41c2-8268-57c640e1fb37
ModelName:Vfw0f10e9eeF7fc.compute.nodes.heat.vfw
ModelUuid:cea08089-6687-4ede-a659-6534279bac83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a456bfee-669f-4bf1-839a-362ab27f061b
ModelInvariantUuid:9ffbf78d-70b5-4c97-a96e-f11a1dc7ec6e
ModelName:vFW 0f10e9ee-f7fc-nodes.vsnCvfc
ModelUuid:e401e61e-ba26-4bbd-ad2e-0a3b52cbd64a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:37e51fe6-0a79-4910-9132-7e6c53818471
ModelInvariantUuid:47a53630-eec8-42be-990f-a0bf9b451434
ModelName:Vfw0f10e9eeF7fc.compute.nodes.heat.vsn
ModelUuid:eb2fde3c-52dd-4a7c-9e5a-724e269169ad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:852fcf74-7ba1-4694-9d12-9dff67264f63
ModelInvariantUuid:6e6975dc-d028-4f1e-b393-185942f86f39
ModelName:vFW 0f10e9ee-f7fc-nodes.vpgCvfc
ModelUuid:3054cc16-95b3-49fb-b3f7-d410ad1e9bb0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1b84ce7b-5124-42e1-891f-a847f32a618e
ModelInvariantUuid:55714536-a2d0-41d5-8998-160ef3d4bcd4
ModelName:Vfw0f10e9eeF7fc.compute.nodes.heat.vpg
ModelUuid:5c6325c9-4b9d-451d-b4e9-b36f556967d4
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-07-01T04:46:58.171Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b9becae-31ed-42fe-8331-9e85194feb3c
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-07-01T04:46:58.174Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||vFW 0f10e9ee-f7fc 0
2022-07-01T04:46:58.174Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b9becae-31ed-42fe-8331-9e85194feb3c
2022-07-01T04:46:58.175Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3f928482-2f81-4a9e-8a63-c467a4dfd246 from URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
2022-07-01T04:46:58.175Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:46:58.175Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
2022-07-01T04:46:58.232Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:46:58.233Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json 3f928482-2f81-4a9e-8a63-c467a4dfd246 785
2022-07-01T04:46:58.233Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json ASDC sendASDCNotification
2022-07-01T04:46:58.233Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
2022-07-01T04:46:58.233Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:46:58.234Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:58.237Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:58.237Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650818233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:46:58.337Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:46:58.338Z||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-07-01T04:46:58.338Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:58.354Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:58.355Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:46:59.238Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f10e9eeF7fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bda58c43-3f48-4499-870b-3b9c0d08777b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "efd20840-e362-49e7-a6b7-08a7091a59cf",
    "vfModuleModelCustomizationUUID": "55e7934d-10aa-4a6c-9129-31455e4501c6",
    "isBase": true,
    "artifacts": [
      "64659e9c-7e68-47c3-a7b9-01ba9fcf480f",
      "878a4d1f-030a-4d11-a0cb-025b6c4fd217"
    ],
    "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-07-01T04:46:59.243Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f10e9eeF7fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efd20840-e362-49e7-a6b7-08a7091a59cf
VfModuleModelInvariantUUID:bda58c43-3f48-4499-870b-3b9c0d08777b
VfModuleModelDescription:NULL
Artifacts UUID List:{
64659e9c-7e68-47c3-a7b9-01ba9fcf480f
,
878a4d1f-030a-4d11-a0cb-025b6c4fd217

}
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-07-01T04:46:59.245Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f10e9eeF7fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bda58c43-3f48-4499-870b-3b9c0d08777b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "efd20840-e362-49e7-a6b7-08a7091a59cf",
    "vfModuleModelCustomizationUUID": "55e7934d-10aa-4a6c-9129-31455e4501c6",
    "isBase": true,
    "artifacts": [
      "64659e9c-7e68-47c3-a7b9-01ba9fcf480f",
      "878a4d1f-030a-4d11-a0cb-025b6c4fd217"
    ],
    "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-07-01T04:46:59.246Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f10e9eeF7fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:efd20840-e362-49e7-a6b7-08a7091a59cf
VfModuleModelInvariantUUID:bda58c43-3f48-4499-870b-3b9c0d08777b
VfModuleModelDescription:NULL
Artifacts UUID List:{
64659e9c-7e68-47c3-a7b9-01ba9fcf480f
,
878a4d1f-030a-4d11-a0cb-025b6c4fd217

}
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-07-01T04:46:59.246Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 64659e9c-7e68-47c3-a7b9-01ba9fcf480f from URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
2022-07-01T04:46:59.246Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:46:59.247Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
2022-07-01T04:46:59.314Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:46:59.315Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml 64659e9c-7e68-47c3-a7b9-01ba9fcf480f 20368
2022-07-01T04:46:59.315Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-01T04:46:59.315Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
2022-07-01T04:46:59.316Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:46:59.316Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:46:59.318Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:46:59.318Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650819315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:46:59.418Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:46:59.419Z||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-07-01T04:46:59.419Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:46:59.436Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:46:59.436Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:00.320Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 878a4d1f-030a-4d11-a0cb-025b6c4fd217 from URL: /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
2022-07-01T04:47:00.320Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-01T04:47:00.321Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
2022-07-01T04:47:00.399Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-01T04:47:00.399Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env 878a4d1f-030a-4d11-a0cb-025b6c4fd217 2098
2022-07-01T04:47:00.400Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-01T04:47:00.400Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
2022-07-01T04:47:00.400Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:47:00.400Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:00.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:00.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650820400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:47:00.503Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:00.504Z||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-07-01T04:47:00.504Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:00.520Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:47:00.521Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:47:01.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: af6abf12-6ea7-4f6b-afd7-611666e0830c
2022-07-01T04:47:01.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f10e9ee-f7fc 0 3b9becae-31ed-42fe-8331-9e85194feb3c 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-07-01T04:47:01.425Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2476e851, org.onap.sdc.toscaparser.api.parameters.Input@164d5c7b, org.onap.sdc.toscaparser.api.parameters.Input@1ffe6b11, org.onap.sdc.toscaparser.api.parameters.Input@2a65e397, org.onap.sdc.toscaparser.api.parameters.Input@3942b2ea]
2022-07-01T04:47:01.427Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.427Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.427Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-01T04:47:01.428Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 95d6af99-4db1-476f-a91d-44c9b0fb97e5
2022-07-01T04:47:01.428Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95d6af99-4db1-476f-a91d-44c9b0fb97e5 matches Tosca VF Customization UUID: 95d6af99-4db1-476f-a91d-44c9b0fb97e5
2022-07-01T04:47:01.428Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 95d6af99-4db1-476f-a91d-44c9b0fb97e5  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-07-01T04:47:01.430Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.430Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.431Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 95d6af99-4db1-476f-a91d-44c9b0fb97e5: {\"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-07-01T04:47:01.431Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ca6f59a
2022-07-01T04:47:01.431Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.432Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T04:47:01.432Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55e7934d-10aa-4a6c-9129-31455e4501c6
2022-07-01T04:47:01.432Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55e7934d-10aa-4a6c-9129-31455e4501c6
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-07-01T04:47:01.434Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.434Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.434Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.434Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:47:01.436Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.437Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:47:01.438Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.438Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6536974a-4aca-451e-8218-26be75cee6a4
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-07-01T04:47:01.440Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.440Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.440Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.440Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.441Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-01T04:47:01.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-01T04:47:01.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.444Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a456bfee-669f-4bf1-839a-362ab27f061b
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-07-01T04:47:01.445Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.446Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.446Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.449Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.449Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is not matching search criteria
2022-07-01T04:47:01.449Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-01T04:47:01.450Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-01T04:47:01.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-01T04:47:01.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-01T04:47:01.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-01T04:47:01.452Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-01T04:47:01.452Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-01T04:47:01.452Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=852fcf74-7ba1-4694-9d12-9dff67264f63
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-07-01T04:47:01.454Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Node template vFW 0f10e9ee-f7fc 0 is matching search criteria
2022-07-01T04:47:01.455Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 0f10e9ee-f7fc 0] matching following query criteria: sdcType=VF, customizationUUID=95d6af99-4db1-476f-a91d-44c9b0fb97e5
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-07-01T04:47:01.457Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.457Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.457Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid af6abf12-6ea7-4f6b-afd7-611666e0830c: vFW 0f10e9ee-f7fc
2022-07-01T04:47:01.457Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.458Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.459Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.459Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:47:01.459Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-01 04-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:47:01.459Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-01 04-41-34 
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-07-01T04:47:01.632Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f10e9ee-f7fc 3b9becae-31ed-42fe-8331-9e85194feb3c 1 ASDC deployResourceStructure
2022-07-01T04:47:01.633Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json ASDC sendASDCNotification
2022-07-01T04:47:01.633Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json
2022-07-01T04:47:01.633Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:47:01.633Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:01.635Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:01.635Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650821633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T04:47:01.735Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:01.736Z||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-07-01T04:47:01.737Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:01.750Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:47:01.751Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:02.636Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-01T04:47:02.637Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml
2022-07-01T04:47:02.637Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:47:02.637Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:02.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:02.639Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650822636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T04:47:02.739Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:02.740Z||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-07-01T04:47:02.740Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:02.753Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:47:02.754Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:03.640Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-01T04:47:03.640Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env
2022-07-01T04:47:03.640Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:47:03.640Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:03.642Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:03.642Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650823640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-01T04:47:03.742Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:47:03.744Z||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-07-01T04:47:03.744Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:03.756Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:47:03.756Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:04.643Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar ASDC sendASDCNotification
2022-07-01T04:47:04.644Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar
2022-07-01T04:47:04.644Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:47:04.644Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:04.647Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:04.647Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650824643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:47:04.747Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:04.748Z||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-07-01T04:47:04.748Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:04.762Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:47:04.763Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:47:05.648Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b591ae3-554d-4088-ac8a-74b824e34c01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:47:05.667Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b591ae3-554d-4088-ac8a-74b824e34c01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:47:05.671Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:47:05.672Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:47:05.678Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T04:47:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:47:29.332Z||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-07-01T04:47:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:29.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:47:29.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "208d2d93-8037-47c0-9649-1f110204a4ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650802133,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T04:47:29.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:47:29.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650803153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650814851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650818233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650819315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650820400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650821633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/vfw0f10e9eef7fc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650822636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650823640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/resourceInstances/vfw0f10e9eef7fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650824643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220701044134/1.0/artifacts/service-Vfw20220701044134-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:47:29.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:47:35.678Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b591ae3-554d-4088-ac8a-74b824e34c01 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-07-01T04:47:35.685Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b591ae3-554d-4088-ac8a-74b824e34c01 and serviceModelVersionId: af6abf12-6ea7-4f6b-afd7-611666e0830c
2022-07-01T04:47:35.685Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4fdb9aa-ca65-4eb6-9de2-98fa6362b376
2022-07-01T04:47:35.686Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0
2022-07-01T04:47:35.691Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T04:47:35.747Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|INFO|500||Invoke
2022-07-01T04:47:35.748Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6b591ae3-554d-4088-ac8a-74b824e34c01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d81faa08-2d8b-41e4-b5e0-f43295f032c2], X-ECOMP-RequestID=[6b591ae3-554d-4088-ac8a-74b824e34c01], X-TransactionId=[], X-ONAP-RequestID=[6b591ae3-554d-4088-ac8a-74b824e34c01], Content-Type=[application/merge-patch+json]}
2022-07-01T04:47:35.781Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T04:47:35.951Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?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/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220701-04:47:35:501-96621], vertex-id=[196704], Content-Length=[0], Date=[Fri, 01 Jul 2022 04:47:35 GMT], Content-Type=[application/json]}
2022-07-01T04:47:35.952Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T04:47:35.952Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4fdb9aa-ca65-4eb6-9de2-98fa6362b376/model-vers/model-ver/af6abf12-6ea7-4f6b-afd7-611666e0830c?depth=0|INFO|500||InvokeReturn
2022-07-01T04:47:35.952Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T04:47:35.952Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:47:35.958Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:47:35.958Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b591ae3-554d-4088-ac8a-74b824e34c01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T04:47:35.959Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T04:47:35.959Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:47:35.961Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:47:35.961Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650855958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:47:36.061Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:47:36.062Z||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-07-01T04:47:36.062Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:36.079Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:47:36.080Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T04:47:36.974Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:47:36.975Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:47:36.975Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:46.519Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:47:46.520Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:47:46.520Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:47:46.520Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:47:56.067Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:47:56.067Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:47:56.068Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:47:56.068Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:48:05.624Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:48:05.624Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:48:05.625Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:48:05.625Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:48:15.167Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:48:29.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:48:29.330Z||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-07-01T04:48:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:48:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:48:29.332Z||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-07-01T04:48:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:48:29.962Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:48:29.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T04:48:29.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b591ae3-554d-4088-ac8a-74b824e34c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656650855958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:48:29.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:48:38.875Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:49:29.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:49:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:49:29.331Z||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-07-01T04:49:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:49:29.331Z||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-07-01T04:49:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:49:38.884Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:49:38.886Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:50:29.329Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:50:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:50:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:50:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:50:29.332Z||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-07-01T04:50:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:50:38.885Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:50:38.886Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:51:29.328Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:51:29.330Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:51:29.330Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:51:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:51:29.332Z||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-07-01T04:51:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:51:38.876Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:51:38.881Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:52:29.328Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:52:29.330Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:52:29.330Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:52:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:52:29.332Z||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-07-01T04:52:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:52:38.882Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:52:38.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:53:29.328Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:53:29.331Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:53:29.332Z||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-07-01T04:53:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:53:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:53:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:53:38.879Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:53:38.879Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:54:29.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:54:29.329Z||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-07-01T04:54:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:54:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:54:29.332Z||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-07-01T04:54:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:54:38.876Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:54:38.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:55:29.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:55:29.330Z||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-07-01T04:55:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:55:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:55:29.332Z||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-07-01T04:55:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:55:38.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:55:38.881Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:56:29.328Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:56:29.329Z||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-07-01T04:56:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:29.331Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:56:29.331Z||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-07-01T04:56:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:29.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:56:29.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fb5660e-340d-45ee-b8f6-242d329a9c6e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c810f940-ccc8-4cc0-a433-72e47433267d","serviceDescription":"service","serviceInvariantUUID":"1f14383b-ffb2-48b9-a108-a20e532f6db4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"70f73fa7-2419-413f-95d6-5b74b6f6127f","resourceInvariantUUID":"4f58783d-d9c4-46fc-84fd-1ef074e7088c","resourceCustomizationUUID":"27ad8b14-02c4-461c-bb7f-e101560618d0","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":"ZDI4OTM3NTBhNDIzYjAwZTQwZGUyYWM3ZDhmNzNhZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"205967c5-952d-4dad-a508-5b7f1b1ce76c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGM5MThmZGE4NTgxZTc4MWJhMDRhZjUwMWI1MWIxMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8f098fe-b486-4801-9d08-1d4c5e0a5791","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T04:56:29.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:56:29.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651374188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651377147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "policy-id",
  "timestamp": 1656651384051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651374188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651377147,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "policy-id",
  "timestamp": 1656651384051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "cds",
  "timestamp": 1656651385391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.971Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651387386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651385465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.972Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "policy-id",
  "timestamp": 1656651386900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "cds",
  "timestamp": 1656651385391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651385465,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "policy-id",
  "timestamp": 1656651387912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651389326,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "cds",
  "timestamp": 1656651388229,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:29.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "policy-id",
  "timestamp": 1656651388915,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-07-01T04:56:29.977Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:56:29.977Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651389328,
  "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-07-01T04:56:30.000Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:56:30.000Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-07-01T04:56:30.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:30.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651390333,
  "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-07-01T04:56:30.016Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:56:30.016Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-07-01T04:56:30.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T04:56:30.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "cds",
  "timestamp": 1656651389240,
  "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-07-01T04:56:30.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:56:30.038Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-07-01T04:56:30.077Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:56:30.079Z||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-07-01T04:56:30.079Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:30.094Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:56:30.094Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:56:30.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:56:30.979Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:56:30.981Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:56:30.981Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651389328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:56:31.082Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:56:31.083Z||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-07-01T04:56:31.083Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:31.098Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:56:31.099Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:56:31.983Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c810f940-ccc8-4cc0-a433-72e47433267d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1f14383b-ffb2-48b9-a108-a20e532f6db4",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "27ad8b14-02c4-461c-bb7f-e101560618d0",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "70f73fa7-2419-413f-95d6-5b74b6f6127f",
      "resourceInvariantUUID": "4f58783d-d9c4-46fc-84fd-1ef074e7088c",
      "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": "MGM5MThmZGE4NTgxZTc4MWJhMDRhZjUwMWI1MWIxMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8f098fe-b486-4801-9d08-1d4c5e0a5791"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T04:56:31.984Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T04:56:31.984Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c810f940-ccc8-4cc0-a433-72e47433267d ASDC
2022-07-01T04:56:31.985Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8fb5660e-340d-45ee-b8f6-242d329a9c6e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c810f940-ccc8-4cc0-a433-72e47433267d
ServiceInvariantUUID:1f14383b-ffb2-48b9-a108-a20e532f6db4
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:e8f098fe-b486-4801-9d08-1d4c5e0a5791
ArtifactChecksum:MGM5MThmZGE4NTgxZTc4MWJhMDRhZjUwMWI1MWIxMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:27ad8b14-02c4-461c-bb7f-e101560618d0
ResourceInvariantUUID:4f58783d-d9c4-46fc-84fd-1ef074e7088c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:70f73fa7-2419-413f-95d6-5b74b6f6127f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-01T04:56:31.985Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c810f940-ccc8-4cc0-a433-72e47433267d 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-07-01T04:56:32.036Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:56:32.037Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:56:32.037Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:56:32.037Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e8f098fe-b486-4801-9d08-1d4c5e0a5791 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T04:56:32.037Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T04:56:32.038Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T04:56:32.111Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T04:56:32.114Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e8f098fe-b486-4801-9d08-1d4c5e0a5791 52511
2022-07-01T04:56:32.115Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-01T04:56:32.115Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T04:56:32.115Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:56:32.116Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:56:32.118Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:56:32.118Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651392115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:56:32.218Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:56:32.222Z||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-07-01T04:56:32.222Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:32.236Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:56:32.237Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:56:33.119Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:56:33.120Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:56:33.121Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e8f098fe-b486-4801-9d08-1d4c5e0a5791, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.121Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-01T04:56:33.122Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.122Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.290Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6947904239201607743/Definitions/service-BasicNetwork-template.yml
2022-07-01T04:56:33.868Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T04:56:33.869Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T04:56:33.869Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.869Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-01T04:56:33.869Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.870Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.871Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.871Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.871Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T04:56:33.872Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.872Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.872Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-01T04:56:33.873Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T04:56:33.873Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:56:33.873Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.873Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.874Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-01T04:56:33.874Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T04:56:33.874Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:56:33.875Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.875Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.875Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.875Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.876Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.876Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.877Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.877Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.877Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.877Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.878Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c810f940-ccc8-4cc0-a433-72e47433267d
Model Version:NULL
Model InvariantUuid:1f14383b-ffb2-48b9-a108-a20e532f6db4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4f58783d-d9c4-46fc-84fd-1ef074e7088c
Model UUID:73b2efd2-13c1-4530-8183-d552a16f7ba0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:27ad8b14-02c4-461c-bb7f-e101560618d0
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-07-01T04:56:33.886Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 70f73fa7-2419-413f-95d6-5b74b6f6127f
2022-07-01T04:56:33.886Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||No resources found for Service: c810f940-ccc8-4cc0-a433-72e47433267d
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-07-01T04:56:33.893Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||
2022-07-01T04:56:33.893Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-01T04:56:33.894Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c810f940-ccc8-4cc0-a433-72e47433267d
2022-07-01T04:56:33.894Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c810f940-ccc8-4cc0-a433-72e47433267d
2022-07-01T04:56:33.895Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-01T04:56:33.895Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.899Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65e52f72, org.onap.sdc.toscaparser.api.parameters.Input@6b17b314, org.onap.sdc.toscaparser.api.parameters.Input@90c5b88, org.onap.sdc.toscaparser.api.parameters.Input@23ba1741, org.onap.sdc.toscaparser.api.parameters.Input@6f6822fb]
2022-07-01T04:56:33.901Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.901Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.901Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.901Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c810f940-ccc8-4cc0-a433-72e47433267d: Generic NeutronNet
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.902Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.933Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:56:33.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:56:33.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||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-07-01T04:56:33.981Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-01T04:56:33.982Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-01T04:56:33.982Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-01T04:56:33.982Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:56:33.982Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:56:33.984Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:56:33.984Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651393982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:56:34.084Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:56:34.085Z||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-07-01T04:56:34.085Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:56:34.099Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:56:34.100Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:56:34.986Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:56:34.997Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:56:35.000Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:56:35.000Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:56:35.000Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:57:05.000Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:57:05.012Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:57:05.015Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:57:05.016Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:57:05.016Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:57:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:57:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:57:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:57:29.498Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:57:29.499Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:57:29.499Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651389328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:57:29.500Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:57:35.016Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:57:35.029Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:57:35.035Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:57:35.035Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:57:35.035Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:58:05.035Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:58:05.048Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:58:05.051Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:58:05.051Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:58:05.051Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:58:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:58:29.333Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T04:58:29.333Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:58:29.364Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:58:29.366Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.366Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651389328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:58:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651392115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651393982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "clamp",
  "timestamp": 1656651394181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "aai-ml",
  "timestamp": 1656651394722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "clamp",
  "timestamp": 1656651394181,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:58:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "aai-ml",
  "timestamp": 1656651394722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "aai-ml",
  "timestamp": 1656651397495,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "clamp",
  "timestamp": 1656651399303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "clamp",
  "timestamp": 1656651401312,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "aai-ml",
  "timestamp": 1656651401689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.373Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "clamp",
  "timestamp": 1656651402316,
  "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-07-01T04:58:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:58:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-07-01T04:58:29.391Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.391Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "aai-ml",
  "timestamp": 1656651402694,
  "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-07-01T04:58:29.396Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fb5660e-340d-45ee-b8f6-242d329a9c6e
2022-07-01T04:58:29.396Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-07-01T04:58:29.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651430391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.403Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651434188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.404Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651437147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651430391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.405Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651434188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651437147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.406Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.407Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651430391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.407Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.407Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.407Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651434188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651437147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.408Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651430391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651434188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651437147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651430391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651434188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.411Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651437147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.412Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.412Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.412Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651430391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.412Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651434188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651437147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.413Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651444051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.414Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651430391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651434188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651444051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651437147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651434188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651430391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.417Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651444051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651437147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.418Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651445465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651444051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.419Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651447524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651445465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.420Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651449001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651444051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:29.421Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.422Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "cds",
  "timestamp": 1656651448530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-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-07-01T04:58:29.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26357c09-c1a8-4ad3-af9d-695f096ae567
2022-07-01T04:58:29.435Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26357c09-c1a8-4ad3-af9d-695f096ae567 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-07-01T04:58:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T04:58:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651445465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:58:29.444Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:58:35.051Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:58:35.062Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:58:35.066Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:58:35.066Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T04:58:35.067Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T04:58:35.067Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T04:58:35.068Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:58:35.068Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:58:35.068Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:58:35.069Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:58:35.069Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:58:35.069Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T04:58:35.069Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T04:58:35.074Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T04:59:05.075Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e 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-07-01T04:59:05.092Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fb5660e-340d-45ee-b8f6-242d329a9c6e and serviceModelVersionId: c810f940-ccc8-4cc0-a433-72e47433267d
2022-07-01T04:59:05.092Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f14383b-ffb2-48b9-a108-a20e532f6db4
2022-07-01T04:59:05.093Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0
2022-07-01T04:59:05.099Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T04:59:05.168Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|INFO|500||Invoke
2022-07-01T04:59:05.169Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fb5660e-340d-45ee-b8f6-242d329a9c6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f9529fe-5b3d-46c6-812a-a76145c62407], X-ECOMP-RequestID=[8fb5660e-340d-45ee-b8f6-242d329a9c6e], X-TransactionId=[], X-ONAP-RequestID=[8fb5660e-340d-45ee-b8f6-242d329a9c6e], Content-Type=[application/merge-patch+json]}
2022-07-01T04:59:05.195Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T04:59:05.443Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?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/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-04:59:04:926-20314], vertex-id=[180352], Content-Length=[0], Date=[Fri, 01 Jul 2022 04:59:04 GMT], Content-Type=[application/json]}
2022-07-01T04:59:05.444Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T04:59:05.444Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f14383b-ffb2-48b9-a108-a20e532f6db4/model-vers/model-ver/c810f940-ccc8-4cc0-a433-72e47433267d?depth=0|INFO|500||InvokeReturn
2022-07-01T04:59:05.445Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T04:59:05.445Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T04:59:05.454Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T04:59:05.454Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fb5660e-340d-45ee-b8f6-242d329a9c6e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T04:59:05.455Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T04:59:05.455Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:05.458Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:05.458Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651545454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T04:59:05.558Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:05.559Z||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-07-01T04:59:05.560Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:05.578Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:05.579Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T04:59:06.474Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:59:06.475Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|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-07-01T04:59:06.475Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:10.913Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:10.915Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T04:59:10.915Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"26357c09-c1a8-4ad3-af9d-695f096ae567","serviceName":"Demo_pNF_hUnPnvRngfB9qgG9ToLX","serviceVersion":"1.0","serviceUUID":"e82bd14b-1445-427e-8b5c-fd7867612ee8","serviceDescription":"catalog service description","serviceInvariantUUID":"88196745-0f85-4396-a60a-2145e7428750","resources":[{"resourceInstanceName":"pNF bbfea40d-1634 0","resourceName":"pNF bbfea40d-1634","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c","resourceInvariantUUID":"b8d60975-f8fd-4fae-9f16-8dd87936472b","resourceCustomizationUUID":"d1d10232-1b6e-46a1-9968-f226d5aeb169","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml","artifactChecksum":"YjQxZGNjMGQ1MTM1YzJiNGY5YjI2OTA3NmEyYjFiZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04852c78-f61a-4700-b2c6-8e403baf8c2f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar","artifactChecksum":"N2VkMTk3ZjY2OWRhZjViMGU0OWQ5ZWNiN2VhNzI3Y2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5bcb456c-1fd6-41b6-b613-15208c2bae1c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40d20b9f-38bc-4e0f-a7ee-ab47ff2e280c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml","artifactChecksum":"MDQzMmY5Yzc3MzhkM2ZhYzFlMDQyNGUwZjU3ZjU1Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ec4527c-cbca-4e19-b768-af14d08178f3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ea5f31e-8ad0-40f2-a7f5-34b09189c767","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ca8ccb3-2625-400d-a97d-db5c5f6278cf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml","artifactChecksum":"ZjQzOWEyYTJmZDE1ZTVhMDVmYThjMDZhZTI0NTEzZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cb62be5-fc82-4aba-9910-fb4886bc33a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar","artifactChecksum":"MmEyMjdiMzMyYWQzY2E2ZDUwOWJiMTQ3ZjRmNmE4ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7e6381c-761d-4c7c-9b35-4fdd68c71205","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T04:59:10.918Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:10.919Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:10.922Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:10.922Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:59:11.022Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:11.023Z||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-07-01T04:59:11.023Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:11.038Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:11.038Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:11.923Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:11.923Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:11.925Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:11.925Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:59:12.025Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:12.026Z||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-07-01T04:59:12.027Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:12.038Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:12.039Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:59:12.926Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:12.927Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:12.929Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:12.929Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:59:13.029Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:59:13.030Z||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-07-01T04:59:13.030Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:13.044Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:13.044Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:13.930Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:13.931Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:13.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:13.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:59:14.034Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:14.035Z||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-07-01T04:59:14.035Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:14.049Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:14.050Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:14.934Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:14.936Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:14.938Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:14.938Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:59:15.039Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T04:59:15.040Z||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-07-01T04:59:15.041Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:15.056Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:15.057Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:15.939Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:15.940Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:15.942Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:15.942Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:59:16.042Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:16.043Z||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-07-01T04:59:16.043Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:16.064Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:16.065Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:59:16.942Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:16.943Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:16.945Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:16.945Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:59:17.045Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:17.046Z||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-07-01T04:59:17.047Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:17.061Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:17.062Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:17.946Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T04:59:17.947Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:17.948Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:17.949Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T04:59:18.049Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:18.050Z||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-07-01T04:59:18.050Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:18.062Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:18.063Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T04:59:18.950Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "serviceName": "Demo_pNF_hUnPnvRngfB9qgG9ToLX",
  "serviceVersion": "1.0",
  "serviceUUID": "e82bd14b-1445-427e-8b5c-fd7867612ee8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "88196745-0f85-4396-a60a-2145e7428750",
  "resources": [
    {
      "resourceInstanceName": "pNF bbfea40d-1634 0",
      "resourceCustomizationUUID": "d1d10232-1b6e-46a1-9968-f226d5aeb169",
      "resourceName": "pNF bbfea40d-1634",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c",
      "resourceInvariantUUID": "b8d60975-f8fd-4fae-9f16-8dd87936472b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
      "artifactChecksum": "MmEyMjdiMzMyYWQzY2E2ZDUwOWJiMTQ3ZjRmNmE4ODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7e6381c-761d-4c7c-9b35-4fdd68c71205"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T04:59:18.951Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T04:59:18.951Z|8fb5660e-340d-45ee-b8f6-242d329a9c6e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e82bd14b-1445-427e-8b5c-fd7867612ee8 ASDC
2022-07-01T04:59:18.952Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:26357c09-c1a8-4ad3-af9d-695f096ae567
ServiceName:Demo_pNF_hUnPnvRngfB9qgG9ToLX
ServiceVersion:1.0
ServiceUUID:e82bd14b-1445-427e-8b5c-fd7867612ee8
ServiceInvariantUUID:88196745-0f85-4396-a60a-2145e7428750
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
ArtifactUUID:d7e6381c-761d-4c7c-9b35-4fdd68c71205
ArtifactChecksum:MmEyMjdiMzMyYWQzY2E2ZDUwOWJiMTQ3ZjRmNmE4ODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bbfea40d-1634 0
ResourceCustomizationUUID:d1d10232-1b6e-46a1-9968-f226d5aeb169
ResourceInvariantUUID:b8d60975-f8fd-4fae-9f16-8dd87936472b
ResourceName:pNF bbfea40d-1634
ResourceType:PNF
ResourceUUID:36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-01T04:59:18.953Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e82bd14b-1445-427e-8b5c-fd7867612ee8 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-07-01T04:59:18.986Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:59:18.987Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:59:18.987Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:59:18.987Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d7e6381c-761d-4c7c-9b35-4fdd68c71205 from URL: /sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:18.988Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T04:59:18.988Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:19.084Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T04:59:19.090Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar d7e6381c-761d-4c7c-9b35-4fdd68c71205 82653
2022-07-01T04:59:19.091Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar ASDC sendASDCNotification
2022-07-01T04:59:19.091Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:19.091Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T04:59:19.092Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:19.095Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:19.095Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651559091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T04:59:19.196Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T04:59:19.197Z||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-07-01T04:59:19.197Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:19.211Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:19.212Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:59:20.096Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T04:59:20.097Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T04:59:20.097Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d7e6381c-761d-4c7c-9b35-4fdd68c71205, URL: /sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar to file: /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:20.097Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:20.098Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:20.098Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:20.207Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP877145635822199680/Definitions/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml
2022-07-01T04:59:21.000Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||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-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||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-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.001Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bbfea40d-1634 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-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.002Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Node template pNF bbfea40d-1634 0 is matching search criteria
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bbfea40d-1634 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.003Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Node template pNF bbfea40d-1634 0 is matching search criteria
2022-07-01T04:59:21.004Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T04:59:21.004Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bbfea40d-1634 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T04:59:21.004Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:59:21.004Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.005Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:59:21.005Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.005Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:59:21.005Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.005Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:59:21.006Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.006Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:59:21.006Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.006Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hUnPnvRngfB9qgG9ToLX
Description:catalog service description
Model UUID:e82bd14b-1445-427e-8b5c-fd7867612ee8
Model Version:NULL
Model InvariantUuid:88196745-0f85-4396-a60a-2145e7428750
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-07-01T04:59:21.015Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c
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-07-01T04:59:21.017Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||pNF bbfea40d-1634 0
2022-07-01T04:59:21.018Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c
2022-07-01T04:59:21.018Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e82bd14b-1445-427e-8b5c-fd7867612ee8
2022-07-01T04:59:21.018Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e82bd14b-1445-427e-8b5c-fd7867612ee8
2022-07-01T04:59:21.018Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bbfea40d-1634 0 36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c 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-07-01T04:59:21.023Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c6110b1, org.onap.sdc.toscaparser.api.parameters.Input@31c92590, org.onap.sdc.toscaparser.api.parameters.Input@6e94e343, org.onap.sdc.toscaparser.api.parameters.Input@720ec940, org.onap.sdc.toscaparser.api.parameters.Input@564eab28]
2022-07-01T04:59:21.023Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:59:21.024Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.024Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e82bd14b-1445-427e-8b5c-fd7867612ee8: pNF bbfea40d-1634
2022-07-01T04:59:21.024Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Processing PNF resource: 36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c
2022-07-01T04:59:21.024Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T04:59:21.024Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_hUnPnvRngfB9qgG9ToLX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T04:59:21.024Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||Resource customization UUID: d1d10232-1b6e-46a1-9968-f226d5aeb169 is the same as notified resource customizationUUID: d1d10232-1b6e-46a1-9968-f226d5aeb169
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-07-01T04:59:21.068Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bbfea40d-1634 36ca62c5-bf6b-4a9e-ac96-af14c3bbdb1c 0 ASDC deployResourceStructure
2022-07-01T04:59:21.069Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar ASDC sendASDCNotification
2022-07-01T04:59:21.069Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar
2022-07-01T04:59:21.069Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T04:59:21.069Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T04:59:21.071Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T04:59:21.071Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651561069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T04:59:21.171Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T04:59:21.172Z||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-07-01T04:59:21.172Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:21.184Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:21.185Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-01T04:59:22.073Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26357c09-c1a8-4ad3-af9d-695f096ae567
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:59:22.084Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26357c09-c1a8-4ad3-af9d-695f096ae567
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:59:22.086Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:59:22.086Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:59:22.087Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T04:59:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T04:59:29.333Z||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-07-01T04:59:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T04:59:29.358Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T04:59:29.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T04:59:29.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651444051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T04:59:29.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T04:59:52.087Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26357c09-c1a8-4ad3-af9d-695f096ae567
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T04:59:52.103Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26357c09-c1a8-4ad3-af9d-695f096ae567
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T04:59:52.106Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T04:59:52.106Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T04:59:52.106Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:00:22.107Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26357c09-c1a8-4ad3-af9d-695f096ae567
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:00:22.124Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26357c09-c1a8-4ad3-af9d-695f096ae567
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:00:22.127Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:00:22.127Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:00:22.127Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:00:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:00:29.333Z||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-07-01T05:00:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:00:29.357Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:00:29.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651445465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651451335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651444051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651449534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651445465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651452351,
  "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-07-01T05:00:29.376Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26357c09-c1a8-4ad3-af9d-695f096ae567
2022-07-01T05:00:29.377Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26357c09-c1a8-4ad3-af9d-695f096ae567 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-07-01T05:00:29.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651444051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651449534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651445465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651449534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651452879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651445465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651449534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651453884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651445465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651449534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "policy-id",
  "timestamp": 1656651454887,
  "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-07-01T05:00:29.395Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26357c09-c1a8-4ad3-af9d-695f096ae567
2022-07-01T05:00:29.396Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26357c09-c1a8-4ad3-af9d-695f096ae567 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-07-01T05:00:29.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651454258,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651454188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651449534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651454188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651455441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.409Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651449534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651454188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651456445,
  "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-07-01T05:00:29.415Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 26357c09-c1a8-4ad3-af9d-695f096ae567
2022-07-01T05:00:29.416Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26357c09-c1a8-4ad3-af9d-695f096ae567 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-07-01T05:00:29.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651449534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651454188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651449534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651454188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651459623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651454188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "cds",
  "timestamp": 1656651460629,
  "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-07-01T05:00:29.438Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b61952a-ac61-4f2d-ba83-e824220e7cfc
2022-07-01T05:00:29.438Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b61952a-ac61-4f2d-ba83-e824220e7cfc 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-07-01T05:00:29.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651454188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651454188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651454188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651463491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651463947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651465154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.451Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651466267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651467150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651465465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651467435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651467150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651465465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651468386,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651468489,
  "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-07-01T05:00:29.460Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b61952a-ac61-4f2d-ba83-e824220e7cfc
2022-07-01T05:00:29.461Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b61952a-ac61-4f2d-ba83-e824220e7cfc 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-07-01T05:00:29.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651467150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651465465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "aai-ml",
  "timestamp": 1656651469391,
  "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-07-01T05:00:29.473Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26357c09-c1a8-4ad3-af9d-695f096ae567
2022-07-01T05:00:29.473Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26357c09-c1a8-4ad3-af9d-695f096ae567 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-07-01T05:00:29.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651467150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651469494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651465465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651470314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651467150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651465465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651467150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651465465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651472324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651464052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651467150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651465465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "clamp",
  "timestamp": 1656651473327,
  "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-07-01T05:00:29.493Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26357c09-c1a8-4ad3-af9d-695f096ae567
2022-07-01T05:00:29.493Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26357c09-c1a8-4ad3-af9d-695f096ae567 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-07-01T05:00:29.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651473783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651467150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651465465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651474787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651467150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651465465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "policy-id",
  "timestamp": 1656651475792,
  "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-07-01T05:00:29.510Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b61952a-ac61-4f2d-ba83-e824220e7cfc
2022-07-01T05:00:29.510Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b61952a-ac61-4f2d-ba83-e824220e7cfc 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-07-01T05:00:29.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651476970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651454722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651479488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.522Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651480322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.524Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651481328,
  "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-07-01T05:00:29.529Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b61952a-ac61-4f2d-ba83-e824220e7cfc
2022-07-01T05:00:29.529Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b61952a-ac61-4f2d-ba83-e824220e7cfc 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-07-01T05:00:29.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:00:29.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651454180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:00:29.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:00:29.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651487379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651487316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:00:29.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "aai-ml",
  "timestamp": 1656651488384,
  "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-07-01T05:00:29.547Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b61952a-ac61-4f2d-ba83-e824220e7cfc
2022-07-01T05:00:29.547Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b61952a-ac61-4f2d-ba83-e824220e7cfc 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-07-01T05:00:29.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651489324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:00:29.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:00:29.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:00:29.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "clamp",
  "timestamp": 1656651490327,
  "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-07-01T05:00:29.563Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b61952a-ac61-4f2d-ba83-e824220e7cfc
2022-07-01T05:00:29.564Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b61952a-ac61-4f2d-ba83-e824220e7cfc 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-07-01T05:00:52.127Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26357c09-c1a8-4ad3-af9d-695f096ae567
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:00:52.139Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26357c09-c1a8-4ad3-af9d-695f096ae567
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:00:52.142Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:00:52.142Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T05:00:52.142Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T05:00:52.143Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T05:00:52.143Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:00:52.143Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:00:52.143Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:00:52.144Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:00:52.144Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:00:52.144Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:00:52.144Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:00:52.144Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T05:00:52.149Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T05:01:22.150Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26357c09-c1a8-4ad3-af9d-695f096ae567 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-07-01T05:01:22.155Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26357c09-c1a8-4ad3-af9d-695f096ae567 and serviceModelVersionId: e82bd14b-1445-427e-8b5c-fd7867612ee8
2022-07-01T05:01:22.155Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88196745-0f85-4396-a60a-2145e7428750
2022-07-01T05:01:22.156Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88196745-0f85-4396-a60a-2145e7428750/model-vers/model-ver/e82bd14b-1445-427e-8b5c-fd7867612ee8?depth=0
2022-07-01T05:01:22.161Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T05:01:22.206Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88196745-0f85-4396-a60a-2145e7428750/model-vers/model-ver/e82bd14b-1445-427e-8b5c-fd7867612ee8?depth=0|INFO|500||Invoke
2022-07-01T05:01:22.206Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88196745-0f85-4396-a60a-2145e7428750/model-vers/model-ver/e82bd14b-1445-427e-8b5c-fd7867612ee8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88196745-0f85-4396-a60a-2145e7428750/model-vers/model-ver/e82bd14b-1445-427e-8b5c-fd7867612ee8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[26357c09-c1a8-4ad3-af9d-695f096ae567], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00924382-2e66-4dd9-8987-87a93bfe4691], X-ECOMP-RequestID=[26357c09-c1a8-4ad3-af9d-695f096ae567], X-TransactionId=[], X-ONAP-RequestID=[26357c09-c1a8-4ad3-af9d-695f096ae567], Content-Type=[application/merge-patch+json]}
2022-07-01T05:01:22.227Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88196745-0f85-4396-a60a-2145e7428750/model-vers/model-ver/e82bd14b-1445-427e-8b5c-fd7867612ee8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T05:01:22.324Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88196745-0f85-4396-a60a-2145e7428750/model-vers/model-ver/e82bd14b-1445-427e-8b5c-fd7867612ee8?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/88196745-0f85-4396-a60a-2145e7428750/model-vers/model-ver/e82bd14b-1445-427e-8b5c-fd7867612ee8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220701-05:01:21:959-70470], vertex-id=[172280], Content-Length=[0], Date=[Fri, 01 Jul 2022 05:01:21 GMT], Content-Type=[application/json]}
2022-07-01T05:01:22.325Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88196745-0f85-4396-a60a-2145e7428750/model-vers/model-ver/e82bd14b-1445-427e-8b5c-fd7867612ee8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T05:01:22.326Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88196745-0f85-4396-a60a-2145e7428750/model-vers/model-ver/e82bd14b-1445-427e-8b5c-fd7867612ee8?depth=0|INFO|500||InvokeReturn
2022-07-01T05:01:22.327Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T05:01:22.327Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T05:01:22.336Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T05:01:22.337Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26357c09-c1a8-4ad3-af9d-695f096ae567 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T05:01:22.337Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T05:01:22.337Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:22.340Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:22.340Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651682337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:01:22.440Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:22.441Z||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-07-01T05:01:22.441Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:22.467Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:22.467Z||pool-50-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T05:01:23.352Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T05:01:23.352Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b61952a-ac61-4f2d-ba83-e824220e7cfc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"91b1d89b-745e-4d04-9483-5e0821bbbbeb","serviceDescription":"service","serviceInvariantUUID":"449c32ea-87bf-41bc-b6e2-099ef47137e6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07c6870c-642a-409c-85bc-7f521327ff69","resourceInvariantUUID":"54964aaa-25eb-4f11-b5f4-b7c93dcd920d","resourceCustomizationUUID":"925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156","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":"MDA0Y2RjMjcwY2IwOTkxZDRmYWZmNzU2ODk3ODU3YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"489361c8-dc19-4302-8642-f91773a5c6b0","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":"dfea9107-a77b-42f2-897d-005a5c25fc36","artifactVersion":"2","generatedFromUUID":"7ca8af02-16cd-445c-926a-7386b6631f89"},{"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":"7ca8af02-16cd-445c-926a-7386b6631f89","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":"YmQ3NWM3ZGQ1YmUyNThkNDQ1ODZmYjk5NTlmNGNkNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab99d7b2-955c-4460-9876-f6d1d02e158f","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":"4c0c67ea-e903-43e0-8fc0-a6c6ca958203","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":"bbe5ea43-a30a-47d3-ba4a-a86feb6aa9cd","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":"1dfb786f-ca59-4d30-bf1d-ebf52fa204fb","artifactVersion":"2","generatedFromUUID":"4c0c67ea-e903-43e0-8fc0-a6c6ca958203"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OThkNjMzMjQ3YmQxZDRkMzZlYzE1OTEyOTk1MjIzYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fc7a61e-36c8-4496-80a1-34effcdd9424","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGMyMmY5YzVmNmVjMzBkNGY0ZWQxYTRiNjFiM2RlNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9ac8220-c707-4f37-84ea-e21d9cbed3d6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T05:01:23.353Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:01:23.353Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:23.356Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:23.356Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:23.456Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:23.457Z||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-07-01T05:01:23.457Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:23.476Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:23.476Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:24.356Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:01:24.357Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:24.359Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:24.359Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-01T05:01:24.459Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:24.461Z||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-07-01T05:01:24.461Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:24.473Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:24.474Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:25.360Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:01:25.361Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:25.363Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:25.363Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-01T05:01:25.463Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:25.464Z||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-07-01T05:01:25.464Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:25.478Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:25.478Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:01:26.364Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:01:26.365Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:26.367Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:26.367Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:01:26.467Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:01:26.468Z||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-07-01T05:01:26.468Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:26.482Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:26.482Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:27.368Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:01:27.369Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:27.370Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:27.371Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:01:27.471Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:27.472Z||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-07-01T05:01:27.472Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:27.484Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:27.485Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:28.371Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:01:28.372Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:28.374Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:28.374Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:28.474Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:28.475Z||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-07-01T05:01:28.476Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:28.489Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:28.489Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:01:29.332Z||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-07-01T05:01:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:29.360Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:29.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fb5660e-340d-45ee-b8f6-242d329a9c6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651545454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:01:29.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:01:29.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:29.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:01:29.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:29.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:01:29.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:29.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:01:29.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:29.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:01:29.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:29.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:01:29.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/resourceInstances/pnfbbfea40d16340/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:29.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:01:29.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:29.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:01:29.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:01:29.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:01:29.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651559091,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:01:29.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:01:29.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:01:29.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651561069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHunpnvrngfb9qgg9tolx/1.0/artifacts/service-DemoPnfHunpnvrngfb9qgg9tolx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:01:29.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:01:29.375Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:01:29.375Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:29.377Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:29.377Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-01T05:01:29.477Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:29.478Z||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-07-01T05:01:29.478Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:29.491Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:29.492Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:30.378Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:01:30.379Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:30.380Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:30.381Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:01:30.481Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:30.482Z||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-07-01T05:01:30.482Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:30.494Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:30.495Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:31.382Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:01:31.383Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:31.384Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:31.385Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:01:31.485Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:31.486Z||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-07-01T05:01:31.486Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:31.499Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:31.499Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:32.386Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "91b1d89b-745e-4d04-9483-5e0821bbbbeb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "449c32ea-87bf-41bc-b6e2-099ef47137e6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "07c6870c-642a-409c-85bc-7f521327ff69",
      "resourceInvariantUUID": "54964aaa-25eb-4f11-b5f4-b7c93dcd920d",
      "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": "dfea9107-a77b-42f2-897d-005a5c25fc36",
          "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": "7ca8af02-16cd-445c-926a-7386b6631f89",
          "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": "YmQ3NWM3ZGQ1YmUyNThkNDQ1ODZmYjk5NTlmNGNkNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ab99d7b2-955c-4460-9876-f6d1d02e158f",
          "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": "4c0c67ea-e903-43e0-8fc0-a6c6ca958203",
          "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": "1dfb786f-ca59-4d30-bf1d-ebf52fa204fb",
            "generatedFromUUID": "4c0c67ea-e903-43e0-8fc0-a6c6ca958203"
          },
          "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": "1dfb786f-ca59-4d30-bf1d-ebf52fa204fb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZGMyMmY5YzVmNmVjMzBkNGY0ZWQxYTRiNjFiM2RlNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9ac8220-c707-4f37-84ea-e21d9cbed3d6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T05:01:32.387Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T05:01:32.387Z|26357c09-c1a8-4ad3-af9d-695f096ae567|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 91b1d89b-745e-4d04-9483-5e0821bbbbeb ASDC
2022-07-01T05:01:32.388Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0b61952a-ac61-4f2d-ba83-e824220e7cfc
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:91b1d89b-745e-4d04-9483-5e0821bbbbeb
ServiceInvariantUUID:449c32ea-87bf-41bc-b6e2-099ef47137e6
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:d9ac8220-c707-4f37-84ea-e21d9cbed3d6
ArtifactChecksum:ZGMyMmY5YzVmNmVjMzBkNGY0ZWQxYTRiNjFiM2RlNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156
ResourceInvariantUUID:54964aaa-25eb-4f11-b5f4-b7c93dcd920d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:07c6870c-642a-409c-85bc-7f521327ff69
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:dfea9107-a77b-42f2-897d-005a5c25fc36
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:7ca8af02-16cd-445c-926a-7386b6631f89
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:ab99d7b2-955c-4460-9876-f6d1d02e158f
ArtifactChecksum:YmQ3NWM3ZGQ1YmUyNThkNDQ1ODZmYjk5NTlmNGNkNWU=
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:4c0c67ea-e903-43e0-8fc0-a6c6ca958203
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:1dfb786f-ca59-4d30-bf1d-ebf52fa204fb
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:1dfb786f-ca59-4d30-bf1d-ebf52fa204fb
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T05:01:32.388Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91b1d89b-745e-4d04-9483-5e0821bbbbeb 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-07-01T05:01:32.421Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:01:32.422Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T05:01:32.422Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T05:01:32.422Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d9ac8220-c707-4f37-84ea-e21d9cbed3d6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-01T05:01:32.423Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T05:01:32.423Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-01T05:01:32.723Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T05:01:32.726Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d9ac8220-c707-4f37-84ea-e21d9cbed3d6 68959
2022-07-01T05:01:32.726Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-01T05:01:32.726Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-01T05:01:32.726Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:01:32.727Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:32.729Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:32.729Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651692726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:01:32.829Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:32.830Z||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-07-01T05:01:32.830Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:32.843Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:32.844Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:33.729Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:01:33.730Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T05:01:33.731Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d9ac8220-c707-4f37-84ea-e21d9cbed3d6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T05:01:33.731Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-01T05:01:33.731Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T05:01:33.731Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T05:01:33.926Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1471317969945346499/Definitions/service-BasicCnf-template.yml
2022-07-01T05:01:35.040Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T05:01:35.040Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T05:01:35.040Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T05:01:35.041Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-01T05:01:35.041Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:35.041Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:35.041Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-01T05:01:35.041Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:35.041Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T05:01:35.041Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.041Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:35.042Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T05:01:35.042Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T05:01:35.042Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:01:35.042Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.042Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:35.042Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T05:01:35.043Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T05:01:35.043Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:01:35.043Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.043Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:35.043Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.043Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-01T05:01:35.044Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-01T05:01:35.044Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-01T05:01:35.044Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T05:01:35.044Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.044Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T05:01:35.044Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.044Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T05:01:35.045Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:01:35.045Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.045Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T05:01:35.045Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:01:35.045Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.045Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T05:01:35.046Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:01:35.046Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.046Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-01T05:01:35.046Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-01T05:01:35.046Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1aeadd62-ad5d-4840-bbbb-53dcf542e43e
2022-07-01T05:01:35.046Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.046Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:35.047Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.047Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:35.047Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.047Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:35.047Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:35.047Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:35.047Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:91b1d89b-745e-4d04-9483-5e0821bbbbeb
Model Version:NULL
Model InvariantUuid:449c32ea-87bf-41bc-b6e2-099ef47137e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0cc168d4-fbac-4cb1-83e7-fc4a90948e71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:54964aaa-25eb-4f11-b5f4-b7c93dcd920d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6321fe85-d846-4de7-a676-cc15d8fbae11
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3435a8de-0278-4fa7-a4b2-62aa22d1f696
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1aeadd62-ad5d-4840-bbbb-53dcf542e43e
ModelInvariantUuid:3c98ce52-6aaa-4d50-81e5-5596e1a34e97
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:69846373-5192-4b75-8796-cbe31f02528a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a34ba0a8-6fa3-4631-894a-54cf627145d5
ModelInvariantUuid:3b904d07-d92a-4b80-8669-979a587e92a3
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:9e596c15-7d78-49a2-8af8-40ce44087511
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-07-01T05:01:35.054Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 07c6870c-642a-409c-85bc-7f521327ff69
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-07-01T05:01:35.056Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-07-01T05:01:35.056Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 07c6870c-642a-409c-85bc-7f521327ff69
2022-07-01T05:01:35.056Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dfea9107-a77b-42f2-897d-005a5c25fc36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-01T05:01:35.056Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T05:01:35.057Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:35.224Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T05:01:35.225Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env dfea9107-a77b-42f2-897d-005a5c25fc36 12
2022-07-01T05:01:35.225Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:35.225Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:35.225Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:01:35.225Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:35.228Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:35.228Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651695225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:01:35.328Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:35.329Z||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-07-01T05:01:35.329Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:35.343Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:35.344Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:36.229Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ca8af02-16cd-445c-926a-7386b6631f89 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-01T05:01:36.229Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T05:01:36.230Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:36.410Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T05:01:36.411Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7ca8af02-16cd-445c-926a-7386b6631f89 2688
2022-07-01T05:01:36.411Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:36.411Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:36.411Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:01:36.411Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:36.413Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:36.413Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651696411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:01:36.513Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:36.514Z||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-07-01T05:01:36.514Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:36.527Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:36.528Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:37.415Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ab99d7b2-955c-4460-9876-f6d1d02e158f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-01T05:01:37.415Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T05:01:37.415Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:37.528Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T05:01:37.528Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ab99d7b2-955c-4460-9876-f6d1d02e158f 828
2022-07-01T05:01:37.528Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:37.529Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:37.529Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:01:37.529Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:37.531Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:37.531Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651697528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:01:37.631Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:37.632Z||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-07-01T05:01:37.632Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:37.644Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:37.645Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:38.532Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6321fe85-d846-4de7-a676-cc15d8fbae11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3435a8de-0278-4fa7-a4b2-62aa22d1f696",
    "vfModuleModelCustomizationUUID": "cf6e7a85-41ee-4408-a3af-4a553b2d670d",
    "isBase": true,
    "artifacts": [
      "4c0c67ea-e903-43e0-8fc0-a6c6ca958203",
      "7ca8af02-16cd-445c-926a-7386b6631f89",
      "1dfb786f-ca59-4d30-bf1d-ebf52fa204fb"
    ],
    "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-07-01T05:01:38.536Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3435a8de-0278-4fa7-a4b2-62aa22d1f696
VfModuleModelInvariantUUID:6321fe85-d846-4de7-a676-cc15d8fbae11
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c0c67ea-e903-43e0-8fc0-a6c6ca958203
,
7ca8af02-16cd-445c-926a-7386b6631f89
,
1dfb786f-ca59-4d30-bf1d-ebf52fa204fb

}
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-07-01T05:01:38.538Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6321fe85-d846-4de7-a676-cc15d8fbae11",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3435a8de-0278-4fa7-a4b2-62aa22d1f696",
    "vfModuleModelCustomizationUUID": "cf6e7a85-41ee-4408-a3af-4a553b2d670d",
    "isBase": true,
    "artifacts": [
      "4c0c67ea-e903-43e0-8fc0-a6c6ca958203",
      "7ca8af02-16cd-445c-926a-7386b6631f89",
      "1dfb786f-ca59-4d30-bf1d-ebf52fa204fb"
    ],
    "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-07-01T05:01:38.538Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3435a8de-0278-4fa7-a4b2-62aa22d1f696
VfModuleModelInvariantUUID:6321fe85-d846-4de7-a676-cc15d8fbae11
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c0c67ea-e903-43e0-8fc0-a6c6ca958203
,
7ca8af02-16cd-445c-926a-7386b6631f89
,
1dfb786f-ca59-4d30-bf1d-ebf52fa204fb

}
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-07-01T05:01:38.538Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4c0c67ea-e903-43e0-8fc0-a6c6ca958203 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-01T05:01:38.538Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T05:01:38.539Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:38.614Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T05:01:38.614Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4c0c67ea-e903-43e0-8fc0-a6c6ca958203 1164
2022-07-01T05:01:38.614Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:38.615Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:38.615Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:01:38.615Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:38.617Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:38.617Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651698614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:01:38.717Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:38.718Z||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-07-01T05:01:38.718Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:38.731Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:38.732Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:39.617Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1dfb786f-ca59-4d30-bf1d-ebf52fa204fb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-01T05:01:39.618Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T05:01:39.618Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:39.679Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T05:01:39.680Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1dfb786f-ca59-4d30-bf1d-ebf52fa204fb 200
2022-07-01T05:01:39.680Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:39.680Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:39.680Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:01:39.681Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:39.682Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:39.683Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651699680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:01:39.783Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:39.783Z||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-07-01T05:01:39.784Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:39.799Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:39.799Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:40.683Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 91b1d89b-745e-4d04-9483-5e0821bbbbeb
2022-07-01T05:01:40.684Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 07c6870c-642a-409c-85bc-7f521327ff69 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=?
2022-07-01T05:01:40.698Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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 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-07-01T05:01:40.703Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70946d03, org.onap.sdc.toscaparser.api.parameters.Input@2a96e829, org.onap.sdc.toscaparser.api.parameters.Input@756a484e, org.onap.sdc.toscaparser.api.parameters.Input@4435800d, org.onap.sdc.toscaparser.api.parameters.Input@171a01fd]
2022-07-01T05:01:40.704Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.704Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:40.705Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-07-01T05:01:40.705Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156
2022-07-01T05:01:40.705Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156 matches Tosca VF Customization UUID: 925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156
2022-07-01T05:01:40.705Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156  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-07-01T05:01:40.707Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.708Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:40.708Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156: {\"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-07-01T05:01:40.708Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4582ade5
2022-07-01T05:01:40.708Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.709Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T05:01:40.709Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf6e7a85-41ee-4408-a3af-4a553b2d670d
2022-07-01T05:01:40.709Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf6e7a85-41ee-4408-a3af-4a553b2d670d
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-07-01T05:01:40.711Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.711Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T05:01:40.712Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:01:40.712Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.712Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T05:01:40.712Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:01:40.713Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.713Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-01T05:01:40.713Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-01T05:01:40.713Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1aeadd62-ad5d-4840-bbbb-53dcf542e43e
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-07-01T05:01:40.715Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.716Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T05:01:40.716Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:01:40.716Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.716Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-01T05:01:40.716Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=925f2ded-6d30-4bd2-a7d2-d4a8ea1cd156
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-07-01T05:01:40.718Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.718Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:40.718Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 91b1d89b-745e-4d04-9483-5e0821bbbbeb: basic_cnf
2022-07-01T05:01:40.719Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.719Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:40.719Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.719Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:40.719Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.720Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:40.720Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.720Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:40.720Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:01:40.720Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:01:40.720Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:40.779Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 07c6870c-642a-409c-85bc-7f521327ff69 1 ASDC deployResourceStructure
2022-07-01T05:01:40.780Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:40.780Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:40.781Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-01T05:01:40.781Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:40.783Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:40.783Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651700780,
  "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-07-01T05:01:40.883Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:40.884Z||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-07-01T05:01:40.884Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:40.898Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:40.899Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:41.784Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:41.784Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:41.784Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-01T05:01:41.784Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:41.786Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:41.786Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651701783,
  "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-07-01T05:01:41.886Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:41.887Z||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-07-01T05:01:41.888Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:41.902Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:41.903Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:42.788Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:42.788Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:42.788Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:01:42.789Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:42.791Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:42.792Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651702787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T05:01:42.892Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:01:42.892Z||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-07-01T05:01:42.893Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:42.906Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:42.907Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:43.793Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:43.794Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:43.794Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:01:43.794Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:43.796Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:43.796Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651703793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:01:43.896Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:43.897Z||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-07-01T05:01:43.897Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:43.911Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:43.911Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:44.797Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:44.797Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||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-07-01T05:01:44.797Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:01:44.798Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:44.799Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:44.800Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651704797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-01T05:01:44.900Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:01:44.901Z||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-07-01T05:01:44.901Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:44.915Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:44.916Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:45.800Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-01T05:01:45.801Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-01T05:01:45.801Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:01:45.801Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:01:45.803Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:01:45.803Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651705800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:01:45.903Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:01:45.904Z||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-07-01T05:01:45.905Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:01:45.922Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:01:45.922Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:01:46.805Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b61952a-ac61-4f2d-ba83-e824220e7cfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:01:46.816Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b61952a-ac61-4f2d-ba83-e824220e7cfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:01:46.819Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:01:46.819Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T05:01:46.819Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T05:01:46.819Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T05:01:46.820Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:01:46.820Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:01:46.820Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:01:46.820Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:01:46.820Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:01:46.820Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:01:46.821Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T05:01:46.826Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T05:02:16.826Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b61952a-ac61-4f2d-ba83-e824220e7cfc 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-07-01T05:02:16.834Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b61952a-ac61-4f2d-ba83-e824220e7cfc and serviceModelVersionId: 91b1d89b-745e-4d04-9483-5e0821bbbbeb
2022-07-01T05:02:16.834Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 449c32ea-87bf-41bc-b6e2-099ef47137e6
2022-07-01T05:02:16.835Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/449c32ea-87bf-41bc-b6e2-099ef47137e6/model-vers/model-ver/91b1d89b-745e-4d04-9483-5e0821bbbbeb?depth=0
2022-07-01T05:02:16.839Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T05:02:16.905Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/449c32ea-87bf-41bc-b6e2-099ef47137e6/model-vers/model-ver/91b1d89b-745e-4d04-9483-5e0821bbbbeb?depth=0|INFO|500||Invoke
2022-07-01T05:02:16.905Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/449c32ea-87bf-41bc-b6e2-099ef47137e6/model-vers/model-ver/91b1d89b-745e-4d04-9483-5e0821bbbbeb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/449c32ea-87bf-41bc-b6e2-099ef47137e6/model-vers/model-ver/91b1d89b-745e-4d04-9483-5e0821bbbbeb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b61952a-ac61-4f2d-ba83-e824220e7cfc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0522ebd9-c276-497e-9efc-4a30ae9c9c05], X-ECOMP-RequestID=[0b61952a-ac61-4f2d-ba83-e824220e7cfc], X-TransactionId=[], X-ONAP-RequestID=[0b61952a-ac61-4f2d-ba83-e824220e7cfc], Content-Type=[application/merge-patch+json]}
2022-07-01T05:02:16.924Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/449c32ea-87bf-41bc-b6e2-099ef47137e6/model-vers/model-ver/91b1d89b-745e-4d04-9483-5e0821bbbbeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T05:02:17.148Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/449c32ea-87bf-41bc-b6e2-099ef47137e6/model-vers/model-ver/91b1d89b-745e-4d04-9483-5e0821bbbbeb?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/449c32ea-87bf-41bc-b6e2-099ef47137e6/model-vers/model-ver/91b1d89b-745e-4d04-9483-5e0821bbbbeb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-05:02:16:657-79471], vertex-id=[458960], Content-Length=[0], Date=[Fri, 01 Jul 2022 05:02:16 GMT], Content-Type=[application/json]}
2022-07-01T05:02:17.149Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/449c32ea-87bf-41bc-b6e2-099ef47137e6/model-vers/model-ver/91b1d89b-745e-4d04-9483-5e0821bbbbeb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T05:02:17.150Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/449c32ea-87bf-41bc-b6e2-099ef47137e6/model-vers/model-ver/91b1d89b-745e-4d04-9483-5e0821bbbbeb?depth=0|INFO|500||InvokeReturn
2022-07-01T05:02:17.151Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T05:02:17.152Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T05:02:17.156Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T05:02:17.157Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b61952a-ac61-4f2d-ba83-e824220e7cfc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T05:02:17.157Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T05:02:17.157Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:02:17.159Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:02:17.159Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651737157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:02:17.259Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:02:17.260Z||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-07-01T05:02:17.261Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:02:17.279Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:02:17.279Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T05:02:18.173Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:02:18.174Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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-07-01T05:02:18.174Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:02:28.458Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:02:28.459Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:02:28.460Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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-07-01T05:02:28.460Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:02:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:02:29.332Z||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-07-01T05:02:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:02:29.356Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:02:29.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:02:29.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26357c09-c1a8-4ad3-af9d-695f096ae567",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651682337,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:02:29.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:02:29.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:02:29.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:02:29.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:02:29.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:02:29.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-01T05:02:29.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:02:29.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:02:29.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-01T05:02:29.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:02:29.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:02:29.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:02:29.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:02:29.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:02:29.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:02:29.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:02:29.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:02:29.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:02:29.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:02:38.005Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:02:38.006Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:02:38.006Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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-07-01T05:02:38.007Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:02:47.558Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:02:47.559Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:02:47.560Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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-07-01T05:02:47.560Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:02:57.102Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:02:57.103Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:02:57.104Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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-07-01T05:02:57.104Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:03:06.645Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:03:29.328Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:03:29.329Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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-07-01T05:03:29.329Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:03:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:03:29.331Z||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-07-01T05:03:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:03:29.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:03:29.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:03:29.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-01T05:03:29.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:03:38.878Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:04:29.328Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:04:29.329Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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-07-01T05:04:29.329Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:04:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:04:29.331Z||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-07-01T05:04:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:04:29.868Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:04:29.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:04:29.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:04:29.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651546474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:04:29.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:04:29.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651692726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:04:29.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651695225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:04:29.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651696411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:04:29.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651697528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:04:29.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651698614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:04:29.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651699680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:04:29.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651700780,
  "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-07-01T05:04:29.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651701783,
  "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-07-01T05:04:29.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651702787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T05:04:29.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651703793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:04:29.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651704797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-01T05:04:29.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651705800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:04:29.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:29.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:04:29.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b61952a-ac61-4f2d-ba83-e824220e7cfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651737157,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:04:29.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:04:38.873Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:29.328Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:05:29.330Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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-07-01T05:05:29.330Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:05:29.332Z||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-07-01T05:05:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:29.532Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:29.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651914188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651917147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651910391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651914188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651917147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651910391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651914188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651917147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651910391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651914188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651917147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651910391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651914188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651917147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651910391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651914188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651917147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651910391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651914188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651917147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651910391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656651914188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:05:29.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651917147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:05:29.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651924051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651910391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:05:29.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651924051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651926972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:05:29.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:05:29.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651925686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:05:29.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:05:29.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651924051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651925465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "cds",
  "timestamp": 1656651926694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-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-07-01T05:05:29.565Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d19edd23-e792-4dc7-9ab5-943534873ef9
2022-07-01T05:05:29.565Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19edd23-e792-4dc7-9ab5-943534873ef9 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-07-01T05:05:29.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651924051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651925465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651929354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:05:29.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:05:29.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651924051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651925465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:29.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:05:29.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656651930360,
  "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-07-01T05:05:29.579Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d19edd23-e792-4dc7-9ab5-943534873ef9
2022-07-01T05:05:29.580Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19edd23-e792-4dc7-9ab5-943534873ef9 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-07-01T05:05:29.965Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:29.966Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T05:05:29.966Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d19edd23-e792-4dc7-9ab5-943534873ef9","serviceName":"Demo_pNF_MuaxYcjxsoRRQGFggvfQ","serviceVersion":"1.0","serviceUUID":"faba48a3-487b-4437-85be-6533f4180fd8","serviceDescription":"catalog service description","serviceInvariantUUID":"90b3b417-7ef3-4335-b47e-07e2fc824ddb","resources":[{"resourceInstanceName":"pNF b48d6adf-0f4c 0","resourceName":"pNF b48d6adf-0f4c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1179b270-4a7d-41ff-ac75-0da9e527fabd","resourceInvariantUUID":"704b2d7b-cb92-413d-b088-892cd80e4e99","resourceCustomizationUUID":"b3998567-b149-47d3-a515-66b09f31d47f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml","artifactChecksum":"OWY0NDRlNjIxZjg2NDg3ZjZlMzU1NTNmNWNhYWFiZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a497214-8169-4892-a5bd-781ae4cb1489","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar","artifactChecksum":"N2VkMTk3ZjY2OWRhZjViMGU0OWQ5ZWNiN2VhNzI3Y2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9148bbb3-9e94-4ff4-b7db-49e6d6efe628","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1af1838e-50a5-4bef-8c9b-17902392719d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml","artifactChecksum":"NDRjNjk5MjdhNzFiM2M4NDFhZmZjNDhjNjJiMzcwMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e14156ee-3360-4a18-a56c-93d2c5d3f7ed","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2357e54-3b76-4e0c-a536-ad2aa5148a94","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63318567-2cd7-4bc8-9d93-5615c6960e37","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml","artifactChecksum":"ZDRmOWVlZWM2Yzg0MjAxZDg4ZTMzNzI1ZDk1YzllYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cbbdd1e-5a56-4ec8-a919-5e8144cfafba","artifactVersion":"1"},{"artifactName":"service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar","artifactChecksum":"YTJkYjE1YTkzYmU5MGRlNDg5MGJlNTE4MGUwN2E5ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a18a06cc-2ddb-4e05-a235-5d558009189b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T05:05:29.968Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:05:29.968Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:29.970Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:29.970Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:30.071Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:05:30.071Z||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-07-01T05:05:30.072Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:30.085Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:30.086Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:05:30.971Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:05:30.972Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:30.973Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:30.973Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:31.073Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:05:31.074Z||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-07-01T05:05:31.074Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:31.087Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:31.087Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:05:31.974Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:05:31.975Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:31.976Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:31.976Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:32.076Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:05:32.077Z||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-07-01T05:05:32.077Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:32.089Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:32.090Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:05:32.977Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:05:32.978Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:32.979Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:32.980Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:33.080Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:05:33.081Z||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-07-01T05:05:33.081Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:33.094Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:33.094Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:05:33.980Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:05:33.981Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:33.983Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:33.983Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:34.083Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:05:34.084Z||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-07-01T05:05:34.084Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:34.098Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:34.098Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:05:34.984Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:05:34.985Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:34.987Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:34.987Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:35.087Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:05:35.089Z||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-07-01T05:05:35.089Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:35.104Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:35.104Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:05:35.987Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:05:35.988Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:35.990Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:35.990Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:05:36.090Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:05:36.091Z||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-07-01T05:05:36.091Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:36.106Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:36.106Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:05:36.991Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:05:36.991Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:36.993Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:36.993Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:05:37.094Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:05:37.095Z||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-07-01T05:05:37.095Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:37.111Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:37.111Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:05:37.995Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "serviceName": "Demo_pNF_MuaxYcjxsoRRQGFggvfQ",
  "serviceVersion": "1.0",
  "serviceUUID": "faba48a3-487b-4437-85be-6533f4180fd8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "90b3b417-7ef3-4335-b47e-07e2fc824ddb",
  "resources": [
    {
      "resourceInstanceName": "pNF b48d6adf-0f4c 0",
      "resourceCustomizationUUID": "b3998567-b149-47d3-a515-66b09f31d47f",
      "resourceName": "pNF b48d6adf-0f4c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1179b270-4a7d-41ff-ac75-0da9e527fabd",
      "resourceInvariantUUID": "704b2d7b-cb92-413d-b088-892cd80e4e99",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
      "artifactChecksum": "YTJkYjE1YTkzYmU5MGRlNDg5MGJlNTE4MGUwN2E5ZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a18a06cc-2ddb-4e05-a235-5d558009189b"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T05:05:37.995Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T05:05:37.995Z|0b61952a-ac61-4f2d-ba83-e824220e7cfc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 faba48a3-487b-4437-85be-6533f4180fd8 ASDC
2022-07-01T05:05:37.996Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d19edd23-e792-4dc7-9ab5-943534873ef9
ServiceName:Demo_pNF_MuaxYcjxsoRRQGFggvfQ
ServiceVersion:1.0
ServiceUUID:faba48a3-487b-4437-85be-6533f4180fd8
ServiceInvariantUUID:90b3b417-7ef3-4335-b47e-07e2fc824ddb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
ArtifactUUID:a18a06cc-2ddb-4e05-a235-5d558009189b
ArtifactChecksum:YTJkYjE1YTkzYmU5MGRlNDg5MGJlNTE4MGUwN2E5ZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b48d6adf-0f4c 0
ResourceCustomizationUUID:b3998567-b149-47d3-a515-66b09f31d47f
ResourceInvariantUUID:704b2d7b-cb92-413d-b088-892cd80e4e99
ResourceName:pNF b48d6adf-0f4c
ResourceType:PNF
ResourceUUID:1179b270-4a7d-41ff-ac75-0da9e527fabd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-01T05:05:37.996Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF faba48a3-487b-4437-85be-6533f4180fd8 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-07-01T05:05:38.021Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:05:38.022Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T05:05:38.022Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T05:05:38.022Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a18a06cc-2ddb-4e05-a235-5d558009189b from URL: /sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:38.022Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T05:05:38.023Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:38.159Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T05:05:38.164Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar a18a06cc-2ddb-4e05-a235-5d558009189b 82639
2022-07-01T05:05:38.164Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar ASDC sendASDCNotification
2022-07-01T05:05:38.164Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:38.165Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:05:38.165Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:38.167Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:38.168Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651938164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:05:38.268Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:05:38.268Z||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-07-01T05:05:38.269Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:38.280Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:38.281Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:05:39.168Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:05:39.170Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T05:05:39.171Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a18a06cc-2ddb-4e05-a235-5d558009189b, URL: /sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar to file: /app/ASDC/1/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:39.171Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:39.172Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:39.173Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:39.306Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8664293633294245008/Definitions/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml
2022-07-01T05:05:40.000Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T05:05:40.000Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T05:05:40.000Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:40.000Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T05:05:40.001Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||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-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:40.001Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:40.001Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||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-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:40.001Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:40.001Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:40.001Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b48d6adf-0f4c 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-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:40.001Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:40.001Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T05:05:40.002Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:05:40.002Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MuaxYcjxsoRRQGFggvfQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:05:40.002Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Node template pNF b48d6adf-0f4c 0 is matching search criteria
2022-07-01T05:05:40.002Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T05:05:40.002Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF b48d6adf-0f4c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:05:40.002Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:05:40.003Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MuaxYcjxsoRRQGFggvfQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:05:40.003Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Node template pNF b48d6adf-0f4c 0 is matching search criteria
2022-07-01T05:05:40.003Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T05:05:40.003Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF b48d6adf-0f4c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:05:40.003Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:05:40.003Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MuaxYcjxsoRRQGFggvfQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:05:40.003Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:05:40.004Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MuaxYcjxsoRRQGFggvfQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:05:40.004Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:05:40.004Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MuaxYcjxsoRRQGFggvfQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:05:40.004Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:05:40.004Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MuaxYcjxsoRRQGFggvfQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:05:40.004Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:05:40.004Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MuaxYcjxsoRRQGFggvfQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:05:40.005Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MuaxYcjxsoRRQGFggvfQ
Description:catalog service description
Model UUID:faba48a3-487b-4437-85be-6533f4180fd8
Model Version:NULL
Model InvariantUuid:90b3b417-7ef3-4335-b47e-07e2fc824ddb
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-07-01T05:05:40.012Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1179b270-4a7d-41ff-ac75-0da9e527fabd
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-07-01T05:05:40.015Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||pNF b48d6adf-0f4c 0
2022-07-01T05:05:40.015Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1179b270-4a7d-41ff-ac75-0da9e527fabd
2022-07-01T05:05:40.015Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: faba48a3-487b-4437-85be-6533f4180fd8
2022-07-01T05:05:40.015Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: faba48a3-487b-4437-85be-6533f4180fd8
2022-07-01T05:05:40.015Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b48d6adf-0f4c 0 1179b270-4a7d-41ff-ac75-0da9e527fabd 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-07-01T05:05:40.019Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73d42360, org.onap.sdc.toscaparser.api.parameters.Input@30af6635, org.onap.sdc.toscaparser.api.parameters.Input@6cf63e8b, org.onap.sdc.toscaparser.api.parameters.Input@3e4ddc69, org.onap.sdc.toscaparser.api.parameters.Input@6c5027e3]
2022-07-01T05:05:40.019Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:05:40.020Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MuaxYcjxsoRRQGFggvfQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:05:40.020Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid faba48a3-487b-4437-85be-6533f4180fd8: pNF b48d6adf-0f4c
2022-07-01T05:05:40.020Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||Processing PNF resource: 1179b270-4a7d-41ff-ac75-0da9e527fabd
2022-07-01T05:05:40.020Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:05:40.020Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MuaxYcjxsoRRQGFggvfQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:05:40.020Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||Resource customization UUID: b3998567-b149-47d3-a515-66b09f31d47f is the same as notified resource customizationUUID: b3998567-b149-47d3-a515-66b09f31d47f
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-07-01T05:05:40.052Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b48d6adf-0f4c 1179b270-4a7d-41ff-ac75-0da9e527fabd 0 ASDC deployResourceStructure
2022-07-01T05:05:40.053Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar ASDC sendASDCNotification
2022-07-01T05:05:40.053Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar
2022-07-01T05:05:40.053Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:05:40.053Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:05:40.055Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:05:40.055Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651940053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:05:40.155Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:05:40.156Z||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-07-01T05:05:40.156Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:05:40.170Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:05:40.171Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:05:41.056Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:05:41.069Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:05:41.084Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:05:41.085Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:05:41.085Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:06:11.085Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:06:11.096Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:06:11.099Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:06:11.099Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:06:11.099Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:06:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:06:29.332Z||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-07-01T05:06:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:06:29.360Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:06:29.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:06:29.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651924051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:06:29.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:06:41.100Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:06:41.108Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:06:41.110Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:06:41.110Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:06:41.111Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:07:11.111Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:07:11.120Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:07:11.122Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:07:11.123Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:07:11.123Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:07:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:07:29.332Z||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-07-01T05:07:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:07:29.361Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:07:29.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:07:29.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651925465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:07:29.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:07:41.123Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:07:41.135Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:07:41.137Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:07:41.137Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:07:41.137Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:08:11.138Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:08:11.146Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:08:11.148Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:08:11.148Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:08:11.148Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:08:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:08:29.332Z||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-07-01T05:08:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:08:29.863Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:08:29.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651924051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651925465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651924051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:08:29.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651925465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651932880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651925465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651933888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651925465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651934181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "policy-id",
  "timestamp": 1656651934891,
  "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-07-01T05:08:29.881Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d19edd23-e792-4dc7-9ab5-943534873ef9
2022-07-01T05:08:29.881Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19edd23-e792-4dc7-9ab5-943534873ef9 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-07-01T05:08:29.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651934228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:08:29.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651934722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651934181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651935256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651934722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651934181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656651936260,
  "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-07-01T05:08:29.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d19edd23-e792-4dc7-9ab5-943534873ef9
2022-07-01T05:08:29.905Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19edd23-e792-4dc7-9ab5-943534873ef9 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-07-01T05:08:29.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651934722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651929328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:08:29.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651934181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651934722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651938164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:08:29.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651934181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651934722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651934181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651934722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/resourceInstances/pnfb48d6adf0f4c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656651940053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:08:29.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651934181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651934722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:08:29.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651934181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:08:29.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651934722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:08:29.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:08:29.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651943520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:08:29.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651948717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:08:29.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "aai-ml",
  "timestamp": 1656651949722,
  "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-07-01T05:08:29.932Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d19edd23-e792-4dc7-9ab5-943534873ef9
2022-07-01T05:08:29.932Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19edd23-e792-4dc7-9ab5-943534873ef9 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-07-01T05:08:29.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651952460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:08:29.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651954398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMuaxycjxsorrqgfggvfq/1.0/artifacts/service-DemoPnfMuaxycjxsorrqgfggvfq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:08:29.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:08:29.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:08:29.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "clamp",
  "timestamp": 1656651955401,
  "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-07-01T05:08:29.946Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d19edd23-e792-4dc7-9ab5-943534873ef9
2022-07-01T05:08:29.946Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d19edd23-e792-4dc7-9ab5-943534873ef9 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-07-01T05:08:41.149Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:08:41.163Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:08:41.166Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:08:41.166Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T05:08:41.166Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T05:08:41.166Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T05:08:41.166Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:08:41.166Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:08:41.166Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:08:41.167Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:08:41.167Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:08:41.167Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:08:41.167Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:08:41.167Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T05:08:41.172Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T05:09:11.172Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d19edd23-e792-4dc7-9ab5-943534873ef9 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-07-01T05:09:11.184Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d19edd23-e792-4dc7-9ab5-943534873ef9 and serviceModelVersionId: faba48a3-487b-4437-85be-6533f4180fd8
2022-07-01T05:09:11.184Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90b3b417-7ef3-4335-b47e-07e2fc824ddb
2022-07-01T05:09:11.186Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90b3b417-7ef3-4335-b47e-07e2fc824ddb/model-vers/model-ver/faba48a3-487b-4437-85be-6533f4180fd8?depth=0
2022-07-01T05:09:11.196Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T05:09:11.261Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90b3b417-7ef3-4335-b47e-07e2fc824ddb/model-vers/model-ver/faba48a3-487b-4437-85be-6533f4180fd8?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-07-01T05:09:11.264Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90b3b417-7ef3-4335-b47e-07e2fc824ddb/model-vers/model-ver/faba48a3-487b-4437-85be-6533f4180fd8?depth=0|INFO|500||Invoke
2022-07-01T05:09:11.286Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90b3b417-7ef3-4335-b47e-07e2fc824ddb/model-vers/model-ver/faba48a3-487b-4437-85be-6533f4180fd8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T05:09:11.441Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90b3b417-7ef3-4335-b47e-07e2fc824ddb/model-vers/model-ver/faba48a3-487b-4437-85be-6533f4180fd8?depth=0|INFO|500||InvokeReturn
2022-07-01T05:09:11.442Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90b3b417-7ef3-4335-b47e-07e2fc824ddb/model-vers/model-ver/faba48a3-487b-4437-85be-6533f4180fd8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220701-05:09:11:026-5969], vertex-id=[196736], Content-Length=[0], Date=[Fri, 01 Jul 2022 05:09:11 GMT], Content-Type=[application/json]}
2022-07-01T05:09:11.442Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-07-01T05:09:11.443Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T05:09:11.443Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T05:09:11.449Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T05:09:11.449Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d19edd23-e792-4dc7-9ab5-943534873ef9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T05:09:11.450Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T05:09:11.450Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:11.453Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:11.454Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652151450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:09:11.553Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:09:11.555Z||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-07-01T05:09:11.555Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:11.576Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:11.577Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T05:09:12.469Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:09:12.469Z|d19edd23-e792-4dc7-9ab5-943534873ef9|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-07-01T05:09:12.470Z|d19edd23-e792-4dc7-9ab5-943534873ef9|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:16.876Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:16.877Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-01T05:09:16.877Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f","serviceName":"Demo_pNF_oxuAPm1Hxd4g6YpsWycD","serviceVersion":"1.0","serviceUUID":"fde88bc7-01ad-46c4-af68-6fe4afa30e3d","serviceDescription":"catalog service description","serviceInvariantUUID":"04874ca6-d3a7-4dd6-be4e-63e23414c75b","resources":[{"resourceInstanceName":"pNF 0790c047-6211 0","resourceName":"pNF 0790c047-6211","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f6b4404a-e400-468e-a632-cc8f4ca64b50","resourceInvariantUUID":"ea7a9d60-5adb-44e0-8f7d-e3b010512e18","resourceCustomizationUUID":"9412b365-e7b8-4b7f-9cc5-84b9171ce1a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml","artifactChecksum":"ODZlOWEzMTYzZmZlNzQwZDcwZWZjMTRiZmUyMjI0NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aac44e9a-a8fd-4156-9c17-c1c870068043","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar","artifactChecksum":"N2VkMTk3ZjY2OWRhZjViMGU0OWQ5ZWNiN2VhNzI3Y2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eccbba01-32b5-4087-b947-4c99361c231b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e56892d-6919-4190-9cf7-03845d940b51","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml","artifactChecksum":"ZjcyNmY5YTgxMmFhZGE2ZDVkNTYyY2JkNmNkMGVhOTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3f8cd457-05d1-4a2a-bf3c-9ce2b9a2fdd6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa28706f-8c48-47ff-9041-7e79696eb774","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2fe7c1e1-1f86-426f-9c64-3fadf6d415a0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml","artifactChecksum":"ODJkZDUzMDg2MWY3MzQ4ZjAxMTU0MTZmZDM0MmE0MzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b45d3d9c-8633-474f-872f-ae701d4c8c1d","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar","artifactChecksum":"YWQ5ODRiYTg2MmQ5NWNjODFjYjMzMDY1ZmNjYjA4ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c27e8b2d-d60d-4f25-bf3d-2292f56d83b7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T05:09:16.879Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:09:16.880Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:16.882Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:16.882Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:16.992Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-07-01T05:09:16.993Z||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-07-01T05:09:16.993Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:17.005Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:17.006Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:09:17.883Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:09:17.883Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:17.886Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:17.887Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:17.987Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:09:17.988Z||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-07-01T05:09:17.988Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:18.009Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:18.009Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:09:18.887Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:09:18.888Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:18.891Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:18.891Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:18.991Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:09:18.992Z||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-07-01T05:09:18.992Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:19.009Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:19.010Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:09:19.891Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:09:19.892Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:19.894Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:19.894Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:19.994Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:09:19.996Z||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-07-01T05:09:19.996Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:20.009Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:20.010Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:09:20.895Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:09:20.896Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:20.898Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:20.898Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:20.998Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:09:20.999Z||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-07-01T05:09:20.999Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:21.013Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:21.013Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:09:21.898Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:09:21.899Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:21.901Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:21.901Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:22.001Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:09:22.002Z||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-07-01T05:09:22.003Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:22.016Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:22.017Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:09:22.902Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:09:22.903Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:22.906Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:22.906Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:23.006Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:09:23.007Z||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-07-01T05:09:23.007Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:23.021Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:23.022Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:09:23.907Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:09:23.908Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:23.910Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:23.911Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:09:24.011Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-01T05:09:24.011Z||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-07-01T05:09:24.012Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:24.024Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:24.025Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:09:24.914Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "serviceName": "Demo_pNF_oxuAPm1Hxd4g6YpsWycD",
  "serviceVersion": "1.0",
  "serviceUUID": "fde88bc7-01ad-46c4-af68-6fe4afa30e3d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "04874ca6-d3a7-4dd6-be4e-63e23414c75b",
  "resources": [
    {
      "resourceInstanceName": "pNF 0790c047-6211 0",
      "resourceCustomizationUUID": "9412b365-e7b8-4b7f-9cc5-84b9171ce1a8",
      "resourceName": "pNF 0790c047-6211",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f6b4404a-e400-468e-a632-cc8f4ca64b50",
      "resourceInvariantUUID": "ea7a9d60-5adb-44e0-8f7d-e3b010512e18",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
      "artifactChecksum": "YWQ5ODRiYTg2MmQ5NWNjODFjYjMzMDY1ZmNjYjA4ZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c27e8b2d-d60d-4f25-bf3d-2292f56d83b7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T05:09:24.915Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T05:09:24.915Z|d19edd23-e792-4dc7-9ab5-943534873ef9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fde88bc7-01ad-46c4-af68-6fe4afa30e3d ASDC
2022-07-01T05:09:24.916Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
ServiceName:Demo_pNF_oxuAPm1Hxd4g6YpsWycD
ServiceVersion:1.0
ServiceUUID:fde88bc7-01ad-46c4-af68-6fe4afa30e3d
ServiceInvariantUUID:04874ca6-d3a7-4dd6-be4e-63e23414c75b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
ArtifactUUID:c27e8b2d-d60d-4f25-bf3d-2292f56d83b7
ArtifactChecksum:YWQ5ODRiYTg2MmQ5NWNjODFjYjMzMDY1ZmNjYjA4ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0790c047-6211 0
ResourceCustomizationUUID:9412b365-e7b8-4b7f-9cc5-84b9171ce1a8
ResourceInvariantUUID:ea7a9d60-5adb-44e0-8f7d-e3b010512e18
ResourceName:pNF 0790c047-6211
ResourceType:PNF
ResourceUUID:f6b4404a-e400-468e-a632-cc8f4ca64b50
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-01T05:09:24.916Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fde88bc7-01ad-46c4-af68-6fe4afa30e3d 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-07-01T05:09:24.950Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:09:24.951Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T05:09:24.951Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T05:09:24.951Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c27e8b2d-d60d-4f25-bf3d-2292f56d83b7 from URL: /sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:24.952Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-07-01T05:09:24.952Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:25.153Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-07-01T05:09:25.158Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar c27e8b2d-d60d-4f25-bf3d-2292f56d83b7 82643
2022-07-01T05:09:25.158Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar ASDC sendASDCNotification
2022-07-01T05:09:25.158Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:25.159Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:09:25.159Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:25.161Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:25.162Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652165158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:09:25.262Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:09:25.263Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-01T05:09:25.263Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:25.275Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:25.275Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:09:26.162Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:09:26.163Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-07-01T05:09:26.164Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c27e8b2d-d60d-4f25-bf3d-2292f56d83b7, URL: /sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar to file: /app/ASDC/1/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:26.164Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:26.165Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:26.165Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:26.412Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7300872878888341159/Definitions/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml
2022-07-01T05:09:27.241Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T05:09:27.241Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T05:09:27.241Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:27.242Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T05:09:27.242Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||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-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:27.242Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:27.242Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||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-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:27.242Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:27.242Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:27.242Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:27.243Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0790c047-6211 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-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:27.243Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-07-01T05:09:27.243Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:09:27.243Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oxuAPm1Hxd4g6YpsWycD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:09:27.244Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Node template pNF 0790c047-6211 0 is matching search criteria
2022-07-01T05:09:27.244Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T05:09:27.244Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0790c047-6211 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:09:27.244Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:09:27.244Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oxuAPm1Hxd4g6YpsWycD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:09:27.245Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Node template pNF 0790c047-6211 0 is matching search criteria
2022-07-01T05:09:27.245Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-07-01T05:09:27.245Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0790c047-6211 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:09:27.245Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:09:27.246Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oxuAPm1Hxd4g6YpsWycD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:09:27.246Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:09:27.246Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oxuAPm1Hxd4g6YpsWycD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:09:27.246Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:09:27.246Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oxuAPm1Hxd4g6YpsWycD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:09:27.247Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:09:27.247Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oxuAPm1Hxd4g6YpsWycD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:09:27.247Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:09:27.247Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oxuAPm1Hxd4g6YpsWycD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:09:27.248Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_oxuAPm1Hxd4g6YpsWycD
Description:catalog service description
Model UUID:fde88bc7-01ad-46c4-af68-6fe4afa30e3d
Model Version:NULL
Model InvariantUuid:04874ca6-d3a7-4dd6-be4e-63e23414c75b
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-07-01T05:09:27.254Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: f6b4404a-e400-468e-a632-cc8f4ca64b50
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-07-01T05:09:27.256Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||pNF 0790c047-6211 0
2022-07-01T05:09:27.256Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f6b4404a-e400-468e-a632-cc8f4ca64b50
2022-07-01T05:09:27.256Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||No resources found for Service: fde88bc7-01ad-46c4-af68-6fe4afa30e3d
2022-07-01T05:09:27.257Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fde88bc7-01ad-46c4-af68-6fe4afa30e3d
2022-07-01T05:09:27.257Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0790c047-6211 0 f6b4404a-e400-468e-a632-cc8f4ca64b50 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-07-01T05:09:27.261Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67c9e77c, org.onap.sdc.toscaparser.api.parameters.Input@69854a4b, org.onap.sdc.toscaparser.api.parameters.Input@1c5889c9, org.onap.sdc.toscaparser.api.parameters.Input@4cdebaee, org.onap.sdc.toscaparser.api.parameters.Input@6404560e]
2022-07-01T05:09:27.261Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:09:27.261Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oxuAPm1Hxd4g6YpsWycD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:09:27.262Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fde88bc7-01ad-46c4-af68-6fe4afa30e3d: pNF 0790c047-6211
2022-07-01T05:09:27.262Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||Processing PNF resource: f6b4404a-e400-468e-a632-cc8f4ca64b50
2022-07-01T05:09:27.262Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:09:27.263Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oxuAPm1Hxd4g6YpsWycD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:09:27.263Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||Resource customization UUID: 9412b365-e7b8-4b7f-9cc5-84b9171ce1a8 is the same as notified resource customizationUUID: 9412b365-e7b8-4b7f-9cc5-84b9171ce1a8
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-07-01T05:09:27.295Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0790c047-6211 f6b4404a-e400-468e-a632-cc8f4ca64b50 0 ASDC deployResourceStructure
2022-07-01T05:09:27.295Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar ASDC sendASDCNotification
2022-07-01T05:09:27.295Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar
2022-07-01T05:09:27.295Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:09:27.295Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:09:27.297Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:09:27.297Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652167295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:09:27.397Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:09:27.398Z||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-07-01T05:09:27.398Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:27.410Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:27.411Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:09:28.298Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:09:28.308Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:09:28.310Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:09:28.310Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:09:28.310Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:09:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:09:29.332Z||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-07-01T05:09:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:09:29.963Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:09:29.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652134188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652135397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652134188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652135397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652134188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652135397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652134188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652135397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652134188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652135397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652134188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652135397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652134188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652135397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652144051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652144180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652134188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:09:29.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652135397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:09:29.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652144722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652144051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652144180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652144722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652146165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:09:29.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:29.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652144051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652144180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652145465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652144722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "cds",
  "timestamp": 1656652147173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-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-07-01T05:09:29.987Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
2022-07-01T05:09:29.987Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f 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-07-01T05:09:29.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652144051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652144180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652145465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652144722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652144051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652144180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652145465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:29.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652144722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:29.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:29.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652144051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652144180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652145465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652144722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652144051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652144180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652145465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652144722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652144051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:09:30.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d19edd23-e792-4dc7-9ab5-943534873ef9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652151450,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:09:30.004Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652144180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:09:30.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652145465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:09:30.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652144722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:09:30.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652152889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:09:30.006Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652145465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652153564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:09:30.007Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652153894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:09:30.008Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652145465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "policy-id",
  "timestamp": 1656652154897,
  "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-07-01T05:09:30.013Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
2022-07-01T05:09:30.013Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f 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-07-01T05:09:30.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652154210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:09:30.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652155243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:09:30.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652157147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652156246,
  "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-07-01T05:09:30.027Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
2022-07-01T05:09:30.027Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f 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-07-01T05:09:30.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652157147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652158827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652157147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.039Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.039Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.039Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "aai-ml",
  "timestamp": 1656652159834,
  "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-07-01T05:09:30.043Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
2022-07-01T05:09:30.043Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f 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-07-01T05:09:30.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.054Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652157147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.054Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652157147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.056Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652157147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.056Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/resourceInstances/pnf0790c04762110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.057Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652157147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.057Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:09:30.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652157147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:09:30.058Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652152469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:09:30.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:09:30.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652164431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:09:30.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652166011,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:09:30.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652165158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:09:30.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652166440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:09:30.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "clamp",
  "timestamp": 1656652167443,
  "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-07-01T05:09:30.065Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
2022-07-01T05:09:30.065Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f 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-07-01T05:09:30.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652168547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:09:30.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652167295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxuapm1hxd4g6ypswycd/1.0/artifacts/service-DemoPnfOxuapm1hxd4g6ypswycd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:09:30.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:09:30.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:09:30.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652169558,
  "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-07-01T05:09:30.078Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
2022-07-01T05:09:30.078Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f 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-07-01T05:09:58.310Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:09:58.322Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:09:58.325Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:09:58.325Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T05:09:58.325Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T05:09:58.325Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T05:09:58.325Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:09:58.325Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:09:58.326Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:09:58.326Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:09:58.326Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:09:58.326Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:09:58.326Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:09:58.327Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T05:09:58.331Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T05:10:28.331Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f 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-07-01T05:10:28.342Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f and serviceModelVersionId: fde88bc7-01ad-46c4-af68-6fe4afa30e3d
2022-07-01T05:10:28.342Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04874ca6-d3a7-4dd6-be4e-63e23414c75b
2022-07-01T05:10:28.343Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04874ca6-d3a7-4dd6-be4e-63e23414c75b/model-vers/model-ver/fde88bc7-01ad-46c4-af68-6fe4afa30e3d?depth=0
2022-07-01T05:10:28.347Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T05:10:28.398Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04874ca6-d3a7-4dd6-be4e-63e23414c75b/model-vers/model-ver/fde88bc7-01ad-46c4-af68-6fe4afa30e3d?depth=0|INFO|500||Invoke
2022-07-01T05:10:28.399Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04874ca6-d3a7-4dd6-be4e-63e23414c75b/model-vers/model-ver/fde88bc7-01ad-46c4-af68-6fe4afa30e3d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04874ca6-d3a7-4dd6-be4e-63e23414c75b/model-vers/model-ver/fde88bc7-01ad-46c4-af68-6fe4afa30e3d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69f8fbef-a6fa-4b87-9028-a4c92e265fdd], X-ECOMP-RequestID=[474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f], X-TransactionId=[], X-ONAP-RequestID=[474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f], Content-Type=[application/merge-patch+json]}
2022-07-01T05:10:28.419Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04874ca6-d3a7-4dd6-be4e-63e23414c75b/model-vers/model-ver/fde88bc7-01ad-46c4-af68-6fe4afa30e3d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T05:10:28.557Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04874ca6-d3a7-4dd6-be4e-63e23414c75b/model-vers/model-ver/fde88bc7-01ad-46c4-af68-6fe4afa30e3d?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/04874ca6-d3a7-4dd6-be4e-63e23414c75b/model-vers/model-ver/fde88bc7-01ad-46c4-af68-6fe4afa30e3d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220701-05:10:28:160-28280], vertex-id=[225376], Content-Length=[0], Date=[Fri, 01 Jul 2022 05:10:28 GMT], Content-Type=[application/json]}
2022-07-01T05:10:28.557Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04874ca6-d3a7-4dd6-be4e-63e23414c75b/model-vers/model-ver/fde88bc7-01ad-46c4-af68-6fe4afa30e3d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T05:10:28.558Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04874ca6-d3a7-4dd6-be4e-63e23414c75b/model-vers/model-ver/fde88bc7-01ad-46c4-af68-6fe4afa30e3d?depth=0|INFO|500||InvokeReturn
2022-07-01T05:10:28.558Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T05:10:28.559Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-01T05:10:28.565Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-01T05:10:28.566Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T05:10:28.566Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T05:10:28.566Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:10:28.568Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:10:28.568Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652228566,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:10:28.668Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:10:28.670Z||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-07-01T05:10:28.670Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:10:28.687Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:10:28.687Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:10:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:10:29.332Z||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-07-01T05:10:29.332Z||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 cWSe5S19gZoBB9bN) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:10:29.583Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:10:29.584Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:10:29.584Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:10:29.959Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:10:29.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:10:29.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652228566,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:10:29.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:10:39.147Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:10:39.148Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:10:39.149Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:10:39.149Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:10:48.690Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:10:48.691Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:10:48.692Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:10:48.692Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:10:58.253Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:10:58.254Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:10:58.255Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:10:58.255Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:11:07.798Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:11:29.328Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:11:29.329Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:11:29.329Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:11:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:11:29.332Z||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-07-01T05:11:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:11:38.875Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:11:38.875Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:12:29.328Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:12:29.329Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:12:29.329Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:12:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:12:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T05:12:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:12:38.875Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:12:38.875Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:13:29.328Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:13:29.329Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:13:29.329Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:13:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:13:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T05:13:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:13:38.874Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:13:38.876Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:14:29.328Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:14:29.329Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:14:29.329Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:14:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:14:29.332Z||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-07-01T05:14:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:14:38.876Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:14:38.879Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:15:29.328Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:15:29.329Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:15:29.330Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:15:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:15:29.331Z||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-07-01T05:15:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:15:38.888Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:15:38.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:16:29.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:16:29.330Z||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-07-01T05:16:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:16:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:16:29.331Z||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-07-01T05:16:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:16:38.878Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:16:38.879Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:17:29.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:17:29.330Z||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-07-01T05:17:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:17:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:17:29.331Z||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-07-01T05:17:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:17:38.876Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:17:38.880Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:18:29.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:18:29.331Z||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-07-01T05:18:29.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:18:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:18:29.331Z||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-07-01T05:18:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:18:38.879Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:18:38.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:29.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:19:29.329Z||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-07-01T05:19:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:19:29.332Z||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-07-01T05:19:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:29.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:29.962Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:29.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"efd61235-3a5f-4386-ae30-a6240a19573e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e64f6b6d-6148-49de-aeb4-78025bab85d6","serviceDescription":"service","serviceInvariantUUID":"cc98b848-bc4a-4695-863c-7db40cf668d1","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e97d6fa7-5c43-489e-b8c5-7ea62f671542","resourceInvariantUUID":"5c6f500d-3109-4458-9d4b-5df71dce1d6f","resourceCustomizationUUID":"a5cde824-204d-4f57-b1a0-e89ea89b9578","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":"ZTZhZWY5Yjc0M2JjODViODkyNDg1ZTkxNTVhODBhOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f64c3e95-fd80-48a9-830f-e7f42952e1ab","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":"NjZjZjMxNTNhODRlOTFiZjQ4OTk1YjdiMTQwOWRhNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"528c226b-67c5-4263-9776-d26f73db571d","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":"a9efa1b9-a205-4ac1-aa79-ccd0a7305376","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":"23ef0f27-fc7e-4306-92fd-1efeb95d2dd2","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":"22fd4d4f-b2d0-4584-b9ba-742e2e71db71","artifactVersion":"2","generatedFromUUID":"a9efa1b9-a205-4ac1-aa79-ccd0a7305376"},{"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":"ZTQwNmRhNmU4NDhkMDJmOGRjYTQ3MDI1MGFiYmZkZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"9c72afae-030f-4562-8ee6-40de96aaba53","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":"NjdiMzg4ODE1OTk2NzAyOGYyM2Y2YzY1YjczOGY4NTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b537770-18a7-4a35-b0bb-6892aec9c28c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjE2OTY4NzAzZjI0NmJiYzMxMmU3MDIyOWM5ZGMwNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69466a68-c28f-4d97-b609-91486b646ff5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T05:19:29.968Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:19:29.969Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:29.973Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:29.973Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652720391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652725465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652727147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652724051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652725465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652720391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652727147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652724051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652720391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652725465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652727147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652724051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:19:29.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652725465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652720391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652727147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652724051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652725465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652720391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652724051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652727147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652725465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652720391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652724051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652727147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652725465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:29.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652720391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:29.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:29.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652724051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652727147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652725465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652720391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652724051,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652727147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652735214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652735510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652736634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652736517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "policy-id",
  "timestamp": 1656652737519,
  "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-07-01T05:19:30.036Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efd61235-3a5f-4386-ae30-a6240a19573e
2022-07-01T05:19:30.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd61235-3a5f-4386-ae30-a6240a19573e 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-07-01T05:19:30.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "cds",
  "timestamp": 1656652738580,
  "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=?
2022-07-01T05:19:30.067Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efd61235-3a5f-4386-ae30-a6240a19573e
2022-07-01T05:19:30.068Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd61235-3a5f-4386-ae30-a6240a19573e 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-07-01T05:19:30.074Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T05:19:30.075Z||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-07-01T05:19:30.075Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:30.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652740954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:30.086Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652741962,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-07-01T05:19:30.087Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T05:19:30.088Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:30.091Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efd61235-3a5f-4386-ae30-a6240a19573e
2022-07-01T05:19:30.091Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd61235-3a5f-4386-ae30-a6240a19573e 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-07-01T05:19:30.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652742973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.112Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652744053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.113Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652745240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652746265,
  "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-07-01T05:19:30.122Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efd61235-3a5f-4386-ae30-a6240a19573e
2022-07-01T05:19:30.122Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd61235-3a5f-4386-ae30-a6240a19573e 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-07-01T05:19:30.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652747269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:30.133Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652739583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652750485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "cds",
  "timestamp": 1656652752039,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:19:30.160Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3c9f306-1370-4090-8174-e5e8a3ff763c
2022-07-01T05:19:30.160Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3c9f306-1370-4090-8174-e5e8a3ff763c 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-07-01T05:19:30.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.176Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652753538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652744051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652754807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.182Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652755812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:30.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652745465,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "policy-id",
  "timestamp": 1656652756815,
  "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-07-01T05:19:30.189Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3c9f306-1370-4090-8174-e5e8a3ff763c
2022-07-01T05:19:30.190Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3c9f306-1370-4090-8174-e5e8a3ff763c 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-07-01T05:19:30.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652734188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.199Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.199Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.199Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652758417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.200Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652759518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652760665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:30.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652760578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.204Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "aai-ml",
  "timestamp": 1656652761672,
  "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-07-01T05:19:30.209Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efd61235-3a5f-4386-ae30-a6240a19573e
2022-07-01T05:19:30.209Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd61235-3a5f-4386-ae30-a6240a19573e 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-07-01T05:19:30.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652761513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652761650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.219Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652762716,
  "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-07-01T05:19:30.227Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3c9f306-1370-4090-8174-e5e8a3ff763c
2022-07-01T05:19:30.227Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3c9f306-1370-4090-8174-e5e8a3ff763c 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-07-01T05:19:30.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652763720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:30.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652757146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652766519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:30.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652768141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:30.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:19:30.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "clamp",
  "timestamp": 1656652767523,
  "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-07-01T05:19:30.244Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of efd61235-3a5f-4386-ae30-a6240a19573e
2022-07-01T05:19:30.245Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd61235-3a5f-4386-ae30-a6240a19573e 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-07-01T05:19:30.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:30.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:19:30.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:19:30.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:19:30.974Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:19:30.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:30.980Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:30.981Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:19:31.080Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:19:31.081Z||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-07-01T05:19:31.082Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:31.094Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:31.095Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:31.981Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:19:31.982Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:31.985Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:31.985Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:19:32.085Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:32.087Z||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-07-01T05:19:32.087Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:32.108Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:32.108Z||pool-97-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:32.986Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:19:32.987Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:32.989Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:32.990Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:33.090Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:33.091Z||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-07-01T05:19:33.091Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:33.103Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:33.104Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:33.991Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:19:33.991Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:33.993Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:33.993Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-01T05:19:34.093Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:34.094Z||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-07-01T05:19:34.094Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:34.107Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:34.107Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:34.994Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:19:34.994Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:34.997Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:34.997Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:35.097Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:35.098Z||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-07-01T05:19:35.098Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:35.112Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:35.112Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:35.997Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:19:35.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:36.001Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:36.001Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:19:36.101Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:36.102Z||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-07-01T05:19:36.102Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:36.116Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:36.117Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:19:37.002Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:19:37.002Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:37.005Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:37.005Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:19:37.104Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:19:37.105Z||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-07-01T05:19:37.105Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:37.119Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:37.119Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:38.006Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e64f6b6d-6148-49de-aeb4-78025bab85d6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cc98b848-bc4a-4695-863c-7db40cf668d1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a5cde824-204d-4f57-b1a0-e89ea89b9578",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e97d6fa7-5c43-489e-b8c5-7ea62f671542",
      "resourceInvariantUUID": "5c6f500d-3109-4458-9d4b-5df71dce1d6f",
      "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": "NjZjZjMxNTNhODRlOTFiZjQ4OTk1YjdiMTQwOWRhNzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "528c226b-67c5-4263-9776-d26f73db571d",
          "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": "a9efa1b9-a205-4ac1-aa79-ccd0a7305376",
          "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": "22fd4d4f-b2d0-4584-b9ba-742e2e71db71",
            "generatedFromUUID": "a9efa1b9-a205-4ac1-aa79-ccd0a7305376"
          },
          "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": "22fd4d4f-b2d0-4584-b9ba-742e2e71db71",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjE2OTY4NzAzZjI0NmJiYzMxMmU3MDIyOWM5ZGMwNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "69466a68-c28f-4d97-b609-91486b646ff5"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T05:19:38.007Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T05:19:38.007Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e64f6b6d-6148-49de-aeb4-78025bab85d6 ASDC
2022-07-01T05:19:38.009Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:efd61235-3a5f-4386-ae30-a6240a19573e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e64f6b6d-6148-49de-aeb4-78025bab85d6
ServiceInvariantUUID:cc98b848-bc4a-4695-863c-7db40cf668d1
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:69466a68-c28f-4d97-b609-91486b646ff5
ArtifactChecksum:YjE2OTY4NzAzZjI0NmJiYzMxMmU3MDIyOWM5ZGMwNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a5cde824-204d-4f57-b1a0-e89ea89b9578
ResourceInvariantUUID:5c6f500d-3109-4458-9d4b-5df71dce1d6f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e97d6fa7-5c43-489e-b8c5-7ea62f671542
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:528c226b-67c5-4263-9776-d26f73db571d
ArtifactChecksum:NjZjZjMxNTNhODRlOTFiZjQ4OTk1YjdiMTQwOWRhNzk=
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:a9efa1b9-a205-4ac1-aa79-ccd0a7305376
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:22fd4d4f-b2d0-4584-b9ba-742e2e71db71
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:22fd4d4f-b2d0-4584-b9ba-742e2e71db71
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T05:19:38.009Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e64f6b6d-6148-49de-aeb4-78025bab85d6 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-07-01T05:19:38.076Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:19:38.078Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-01T05:19:38.078Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-01T05:19:38.078Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 69466a68-c28f-4d97-b609-91486b646ff5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-01T05:19:38.078Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:19:38.078Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-01T05:19:38.224Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:19:38.227Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 69466a68-c28f-4d97-b609-91486b646ff5 78794
2022-07-01T05:19:38.227Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-01T05:19:38.228Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-01T05:19:38.228Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:19:38.228Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:38.230Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:38.230Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652778227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:38.330Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:38.331Z||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-07-01T05:19:38.331Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:38.345Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:38.346Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:39.231Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:19:39.232Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-01T05:19:39.232Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 69466a68-c28f-4d97-b609-91486b646ff5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T05:19:39.233Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-01T05:19:39.233Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T05:19:39.233Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T05:19:39.407Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11913191613581986656/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-07-01T05:19:40.647Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T05:19:40.648Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-01T05:19:40.648Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-01T05:19:40.648Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-01T05:19:40.648Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:40.649Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-BasicVmMacro-csar.csar
2022-07-01T05:19:40.649Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-BasicVmMacro-csar.csar
2022-07-01T05:19:40.649Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-BasicVmMacro-csar.csar
2022-07-01T05:19:40.649Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-BasicVmMacro-csar.csar
2022-07-01T05:19:40.649Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-BasicVmMacro-csar.csar
2022-07-01T05:19:40.649Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-BasicVmMacro-csar.csar
2022-07-01T05:19:40.650Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-BasicVmMacro-csar.csar
2022-07-01T05:19:40.650Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-BasicVmMacro-csar.csar
2022-07-01T05:19:40.650Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-01T05:19:40.650Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.650Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:40.651Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T05:19:40.651Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-01T05:19:40.651Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:19:40.652Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.652Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:40.653Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T05:19:40.653Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-01T05:19:40.653Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:19:40.653Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.653Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:40.654Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.654Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-01T05:19:40.654Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-01T05:19:40.654Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-01T05:19:40.655Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-01T05:19:40.655Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-01T05:19:40.655Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T05:19:40.655Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.656Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T05:19:40.656Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.656Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T05:19:40.656Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:19:40.657Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.657Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T05:19:40.657Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:19:40.657Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.657Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T05:19:40.658Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:19:40.658Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.658Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-01T05:19:40.658Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-01T05:19:40.658Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-01T05:19:40.659Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1eebe87c-e656-48ef-a6c6-d984c8451fbf
2022-07-01T05:19:40.659Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.659Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:40.659Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.659Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:40.660Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.660Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:40.660Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:40.660Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:40.660Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e64f6b6d-6148-49de-aeb4-78025bab85d6
Model Version:NULL
Model InvariantUuid:cc98b848-bc4a-4695-863c-7db40cf668d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:db4a0ebe-1441-4971-8427-ec478fb371b1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5c6f500d-3109-4458-9d4b-5df71dce1d6f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a5cde824-204d-4f57-b1a0-e89ea89b9578
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:89a58f36-8157-4295-85ad-80815b268460
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8567bff1-6592-4d33-8bf9-787fd4f9605e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1eebe87c-e656-48ef-a6c6-d984c8451fbf
ModelInvariantUuid:f5a9422d-3de7-4a03-ab68-74fb5e9e7328
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b2575f11-58e7-47ae-9c23-72f5f3f332e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0f4fb36c-feba-4862-adf9-d268f12efcef
ModelInvariantUuid:358dd875-fb21-4d9d-b5f1-22708a3fb4fb
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:3c512fbe-b46e-456b-9b47-f4b7aea4a340
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-07-01T05:19:40.667Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e97d6fa7-5c43-489e-b8c5-7ea62f671542
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-07-01T05:19:40.671Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-07-01T05:19:40.672Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e97d6fa7-5c43-489e-b8c5-7ea62f671542
2022-07-01T05:19:40.672Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 528c226b-67c5-4263-9776-d26f73db571d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-01T05:19:40.672Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:19:40.672Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:40.736Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:19:40.736Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 528c226b-67c5-4263-9776-d26f73db571d 792
2022-07-01T05:19:40.737Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:40.737Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:40.737Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:19:40.737Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:40.740Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:40.740Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652780737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:40.840Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:40.842Z||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-07-01T05:19:40.842Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:40.855Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:40.855Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:19:41.741Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "89a58f36-8157-4295-85ad-80815b268460",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8567bff1-6592-4d33-8bf9-787fd4f9605e",
    "vfModuleModelCustomizationUUID": "3c1d2880-b0c3-4c9f-be27-896f39461808",
    "isBase": true,
    "artifacts": [
      "a9efa1b9-a205-4ac1-aa79-ccd0a7305376",
      "22fd4d4f-b2d0-4584-b9ba-742e2e71db71"
    ],
    "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-07-01T05:19:41.747Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8567bff1-6592-4d33-8bf9-787fd4f9605e
VfModuleModelInvariantUUID:89a58f36-8157-4295-85ad-80815b268460
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9efa1b9-a205-4ac1-aa79-ccd0a7305376
,
22fd4d4f-b2d0-4584-b9ba-742e2e71db71

}
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-07-01T05:19:41.749Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "89a58f36-8157-4295-85ad-80815b268460",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8567bff1-6592-4d33-8bf9-787fd4f9605e",
    "vfModuleModelCustomizationUUID": "3c1d2880-b0c3-4c9f-be27-896f39461808",
    "isBase": true,
    "artifacts": [
      "a9efa1b9-a205-4ac1-aa79-ccd0a7305376",
      "22fd4d4f-b2d0-4584-b9ba-742e2e71db71"
    ],
    "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-07-01T05:19:41.749Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8567bff1-6592-4d33-8bf9-787fd4f9605e
VfModuleModelInvariantUUID:89a58f36-8157-4295-85ad-80815b268460
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9efa1b9-a205-4ac1-aa79-ccd0a7305376
,
22fd4d4f-b2d0-4584-b9ba-742e2e71db71

}
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-07-01T05:19:41.749Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a9efa1b9-a205-4ac1-aa79-ccd0a7305376 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-01T05:19:41.749Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:19:41.750Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:41.805Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:19:41.806Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a9efa1b9-a205-4ac1-aa79-ccd0a7305376 5033
2022-07-01T05:19:41.806Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:41.806Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:41.807Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:19:41.807Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:41.809Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:41.809Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652781806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:41.909Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:41.910Z||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-07-01T05:19:41.910Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:41.922Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:41.923Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:42.809Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 22fd4d4f-b2d0-4584-b9ba-742e2e71db71 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-01T05:19:42.810Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:19:42.811Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:42.886Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:19:42.886Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 22fd4d4f-b2d0-4584-b9ba-742e2e71db71 903
2022-07-01T05:19:42.887Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:42.887Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:42.887Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:19:42.887Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:42.889Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:42.889Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652782887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:19:42.989Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:42.990Z||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-07-01T05:19:42.990Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:43.002Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:43.003Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:43.890Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e64f6b6d-6148-49de-aeb4-78025bab85d6
2022-07-01T05:19:43.890Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e97d6fa7-5c43-489e-b8c5-7ea62f671542 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-07-01T05:19:43.906Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c9ed4f2, org.onap.sdc.toscaparser.api.parameters.Input@4fd61fd8, org.onap.sdc.toscaparser.api.parameters.Input@389d17a5, org.onap.sdc.toscaparser.api.parameters.Input@12ab2df9, org.onap.sdc.toscaparser.api.parameters.Input@58d8421a]
2022-07-01T05:19:43.908Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.909Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:43.909Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-01T05:19:43.909Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a5cde824-204d-4f57-b1a0-e89ea89b9578
2022-07-01T05:19:43.910Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a5cde824-204d-4f57-b1a0-e89ea89b9578 matches Tosca VF Customization UUID: a5cde824-204d-4f57-b1a0-e89ea89b9578
2022-07-01T05:19:43.910Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a5cde824-204d-4f57-b1a0-e89ea89b9578  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-07-01T05:19:43.913Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.913Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:43.914Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a5cde824-204d-4f57-b1a0-e89ea89b9578: {\"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-07-01T05:19:43.915Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cf08a9e
2022-07-01T05:19:43.915Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.915Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T05:19:43.916Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c1d2880-b0c3-4c9f-be27-896f39461808
2022-07-01T05:19:43.916Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c1d2880-b0c3-4c9f-be27-896f39461808
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-07-01T05:19:43.920Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.920Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T05:19:43.920Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:19:43.921Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.921Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T05:19:43.922Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:19:43.922Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.923Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-01T05:19:43.923Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-01T05:19:43.923Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-01T05:19:43.924Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1eebe87c-e656-48ef-a6c6-d984c8451fbf
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-07-01T05:19:43.927Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.928Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T05:19:43.928Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:19:43.929Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.929Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-01T05:19:43.930Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a5cde824-204d-4f57-b1a0-e89ea89b9578
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-07-01T05:19:43.933Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.933Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:43.934Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e64f6b6d-6148-49de-aeb4-78025bab85d6: basic_vm_macro
2022-07-01T05:19:43.934Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.934Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:43.935Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.935Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:43.935Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.936Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:43.936Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.937Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:43.937Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:19:43.937Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:19:43.938Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:44.014Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e97d6fa7-5c43-489e-b8c5-7ea62f671542 1 ASDC deployResourceStructure
2022-07-01T05:19:44.014Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:44.015Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:44.015Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:19:44.015Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:44.017Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:44.017Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652784014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:44.117Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:44.118Z||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-07-01T05:19:44.119Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:44.132Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:44.132Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:19:45.018Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:45.018Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:45.019Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:19:45.019Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:45.021Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:45.021Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652785018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:45.121Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:45.122Z||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-07-01T05:19:45.122Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:45.134Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:45.135Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:46.022Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:46.022Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||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-07-01T05:19:46.022Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:19:46.023Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:46.025Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:46.025Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652786022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:46.125Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:19:46.126Z||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-07-01T05:19:46.126Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:46.138Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:46.138Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:47.026Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-01T05:19:47.027Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-01T05:19:47.027Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:19:47.027Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:19:47.030Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:19:47.030Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652787026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:19:47.129Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:19:47.130Z||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-07-01T05:19:47.130Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:19:47.145Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:19:47.146Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:19:48.031Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd61235-3a5f-4386-ae30-a6240a19573e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:19:48.044Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd61235-3a5f-4386-ae30-a6240a19573e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:19:48.046Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:19:48.046Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T05:19:48.046Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T05:19:48.047Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T05:19:48.047Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:19:48.047Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:19:48.047Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:19:48.047Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:19:48.047Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:19:48.047Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:19:48.048Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-07-01T05:19:48.055Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T05:20:18.055Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efd61235-3a5f-4386-ae30-a6240a19573e 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-07-01T05:20:18.065Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efd61235-3a5f-4386-ae30-a6240a19573e and serviceModelVersionId: e64f6b6d-6148-49de-aeb4-78025bab85d6
2022-07-01T05:20:18.065Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc98b848-bc4a-4695-863c-7db40cf668d1
2022-07-01T05:20:18.067Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc98b848-bc4a-4695-863c-7db40cf668d1/model-vers/model-ver/e64f6b6d-6148-49de-aeb4-78025bab85d6?depth=0
2022-07-01T05:20:18.072Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T05:20:18.137Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc98b848-bc4a-4695-863c-7db40cf668d1/model-vers/model-ver/e64f6b6d-6148-49de-aeb4-78025bab85d6?depth=0|INFO|500||Invoke
2022-07-01T05:20:18.138Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc98b848-bc4a-4695-863c-7db40cf668d1/model-vers/model-ver/e64f6b6d-6148-49de-aeb4-78025bab85d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc98b848-bc4a-4695-863c-7db40cf668d1/model-vers/model-ver/e64f6b6d-6148-49de-aeb4-78025bab85d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[efd61235-3a5f-4386-ae30-a6240a19573e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d7b5a302-b201-44d0-81a6-a5a3fbeaf7b5], X-ECOMP-RequestID=[efd61235-3a5f-4386-ae30-a6240a19573e], X-TransactionId=[], X-ONAP-RequestID=[efd61235-3a5f-4386-ae30-a6240a19573e], Content-Type=[application/merge-patch+json]}
2022-07-01T05:20:18.168Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc98b848-bc4a-4695-863c-7db40cf668d1/model-vers/model-ver/e64f6b6d-6148-49de-aeb4-78025bab85d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T05:20:18.350Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc98b848-bc4a-4695-863c-7db40cf668d1/model-vers/model-ver/e64f6b6d-6148-49de-aeb4-78025bab85d6?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/cc98b848-bc4a-4695-863c-7db40cf668d1/model-vers/model-ver/e64f6b6d-6148-49de-aeb4-78025bab85d6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220701-05:20:17:916-67730], vertex-id=[209024], Content-Length=[0], Date=[Fri, 01 Jul 2022 05:20:17 GMT], Content-Type=[application/json]}
2022-07-01T05:20:18.351Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc98b848-bc4a-4695-863c-7db40cf668d1/model-vers/model-ver/e64f6b6d-6148-49de-aeb4-78025bab85d6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T05:20:18.351Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc98b848-bc4a-4695-863c-7db40cf668d1/model-vers/model-ver/e64f6b6d-6148-49de-aeb4-78025bab85d6?depth=0|INFO|500||InvokeReturn
2022-07-01T05:20:18.352Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T05:20:18.353Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-07-01T05:20:18.358Z|efd61235-3a5f-4386-ae30-a6240a19573e|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-07-01T05:20:18.358Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efd61235-3a5f-4386-ae30-a6240a19573e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T05:20:18.358Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T05:20:18.358Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:18.361Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:18.361Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652818358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:20:18.461Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:18.462Z||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-07-01T05:20:18.462Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:18.493Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:18.493Z||pool-111-thread-1|||||INFO|500||cambria reply ok (32 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-07-01T05:20:19.373Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T05:20:19.373Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3c9f306-1370-4090-8174-e5e8a3ff763c","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0c98b238-f408-4d0d-a163-eeddd975d0f4","serviceDescription":"service","serviceInvariantUUID":"36b18e2b-e8af-4c18-88b9-5a28bbd4a945","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"763f6772-8625-425c-9a7c-d2cceef7c3af","resourceInvariantUUID":"43467632-1555-4a07-99c7-b9e4cd205ef6","resourceCustomizationUUID":"d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e","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":"MjY4Njk5MzFjODJjM2ZmMzYwOWJjNGIwNTkyZmNiYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bd967c5-3d74-4247-88ce-eb16b3968e3e","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":"MjVlNTU4NTRkYmE5NzhiNTgwMGQ4NjIyZWEwNWRlOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b82edbf0-3129-440a-bb8b-6f3cbc2f94b8","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":"bff68d05-b337-4312-bf2e-641c4cb2bb22","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":"e6dd4344-1523-4b44-b110-24ef9e410151","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":"0292817b-b454-48b3-be73-b990a7b6128f","artifactVersion":"2","generatedFromUUID":"810d69d8-4edc-47b4-881c-bc4835ec42ff"},{"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":"dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2","artifactVersion":"2","generatedFromUUID":"bff68d05-b337-4312-bf2e-641c4cb2bb22"},{"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":"810d69d8-4edc-47b4-881c-bc4835ec42ff","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":"2d0d4bef-0092-4263-a7f7-385238e631f0","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":"NDJiNmNmZDFkNDhjOThlMWEzODljZWI0YmU4NGQ0ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28ec0ca1-2aa1-4535-afba-629a7a1e1c8a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MGQyZDgxNDA4NDA3MjhmYTE1NWViMDVmZGQ4ZDU3ZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90493e01-4496-4aac-a0b0-305cc62c407f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T05:20:19.373Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:19.374Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:19.376Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:19.376Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:20:19.476Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:19.477Z||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-07-01T05:20:19.477Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:19.489Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:19.490Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:20.376Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:20.377Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:20.379Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:20.379Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:20:20.480Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T05:20:20.481Z||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-07-01T05:20:20.481Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:20.492Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:20.492Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:20:21.380Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:21.381Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:21.383Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:21.383Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:20:21.483Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:21.484Z||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-07-01T05:20:21.484Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:21.498Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:21.499Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:22.384Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:22.384Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:22.386Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:22.387Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:20:22.487Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:22.488Z||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-07-01T05:20:22.488Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:22.502Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:22.503Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:23.387Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:23.388Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:23.390Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:23.390Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-01T05:20:23.491Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:20:23.491Z||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-07-01T05:20:23.491Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:23.504Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:23.504Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:20:24.391Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:24.392Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:24.393Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:24.394Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-01T05:20:24.494Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:24.494Z||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-07-01T05:20:24.495Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:24.506Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:24.506Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:25.394Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:25.395Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:25.397Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:25.397Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-01T05:20:25.497Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:25.498Z||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-07-01T05:20:25.498Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:25.512Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:25.513Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:26.397Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:26.398Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:26.400Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:26.400Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:20:26.500Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:26.502Z||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-07-01T05:20:26.502Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:26.516Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:26.516Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:20:27.401Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:27.401Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:27.403Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:27.403Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:20:27.503Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:27.504Z||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-07-01T05:20:27.504Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:27.518Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:27.518Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:28.404Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:20:28.405Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:28.406Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:28.406Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:20:28.506Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:28.507Z||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-07-01T05:20:28.507Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:28.520Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:28.520Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:20:29.332Z||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-07-01T05:20:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:29.407Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c98b238-f408-4d0d-a163-eeddd975d0f4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "36b18e2b-e8af-4c18-88b9-5a28bbd4a945",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "763f6772-8625-425c-9a7c-d2cceef7c3af",
      "resourceInvariantUUID": "43467632-1555-4a07-99c7-b9e4cd205ef6",
      "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": "MjVlNTU4NTRkYmE5NzhiNTgwMGQ4NjIyZWEwNWRlOTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b82edbf0-3129-440a-bb8b-6f3cbc2f94b8",
          "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": "bff68d05-b337-4312-bf2e-641c4cb2bb22",
          "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": "dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2",
            "generatedFromUUID": "bff68d05-b337-4312-bf2e-641c4cb2bb22"
          },
          "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": "0292817b-b454-48b3-be73-b990a7b6128f",
          "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": "dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2",
          "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": "810d69d8-4edc-47b4-881c-bc4835ec42ff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MGQyZDgxNDA4NDA3MjhmYTE1NWViMDVmZGQ4ZDU3ZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90493e01-4496-4aac-a0b0-305cc62c407f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T05:20:29.408Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T05:20:29.408Z|efd61235-3a5f-4386-ae30-a6240a19573e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0c98b238-f408-4d0d-a163-eeddd975d0f4 ASDC
2022-07-01T05:20:29.409Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e3c9f306-1370-4090-8174-e5e8a3ff763c
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0c98b238-f408-4d0d-a163-eeddd975d0f4
ServiceInvariantUUID:36b18e2b-e8af-4c18-88b9-5a28bbd4a945
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:90493e01-4496-4aac-a0b0-305cc62c407f
ArtifactChecksum:MGQyZDgxNDA4NDA3MjhmYTE1NWViMDVmZGQ4ZDU3ZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e
ResourceInvariantUUID:43467632-1555-4a07-99c7-b9e4cd205ef6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:763f6772-8625-425c-9a7c-d2cceef7c3af
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:b82edbf0-3129-440a-bb8b-6f3cbc2f94b8
ArtifactChecksum:MjVlNTU4NTRkYmE5NzhiNTgwMGQ4NjIyZWEwNWRlOTc=
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:bff68d05-b337-4312-bf2e-641c4cb2bb22
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:dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2
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:0292817b-b454-48b3-be73-b990a7b6128f
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:dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2
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:810d69d8-4edc-47b4-881c-bc4835ec42ff
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-01T05:20:29.409Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c98b238-f408-4d0d-a163-eeddd975d0f4 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-07-01T05:20:29.440Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:20:29.441Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-01T05:20:29.441Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-01T05:20:29.441Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90493e01-4496-4aac-a0b0-305cc62c407f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-01T05:20:29.441Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:20:29.441Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-01T05:20:29.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:29.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:20:29.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:20:29.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:20:29.537Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:20:29.545Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 90493e01-4496-4aac-a0b0-305cc62c407f 158202
2022-07-01T05:20:29.546Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-01T05:20:29.546Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-01T05:20:29.546Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:20:29.546Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:29.548Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:29.548Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652829546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:20:29.648Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:29.649Z||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-07-01T05:20:29.649Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:29.663Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:29.663Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:30.549Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:20:30.550Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-01T05:20:30.550Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 90493e01-4496-4aac-a0b0-305cc62c407f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T05:20:30.551Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-01T05:20:30.552Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T05:20:30.552Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T05:20:30.732Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5328828252923061414/Definitions/service-BasicCnfMacro-template.yml
2022-07-01T05:20:31.871Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T05:20:31.872Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-01T05:20:31.872Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-01T05:20:31.872Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-01T05:20:31.872Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|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-BasicCnfMacro-csar.csar
2022-07-01T05:20:31.873Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:31.873Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:31.873Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:31.873Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-01T05:20:31.874Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.874Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:31.874Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T05:20:31.874Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-01T05:20:31.874Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:20:31.875Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.875Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:31.875Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T05:20:31.875Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-01T05:20:31.876Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:20:31.876Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.876Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:31.876Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.877Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-01T05:20:31.877Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-01T05:20:31.877Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-01T05:20:31.877Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-01T05:20:31.878Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.878Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T05:20:31.878Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.878Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T05:20:31.879Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:20:31.879Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.879Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T05:20:31.879Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:20:31.880Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.880Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T05:20:31.880Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:20:31.881Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.881Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T05:20:31.881Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:20:31.881Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.882Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-01T05:20:31.882Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-01T05:20:31.882Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9e28da0b-a1de-4923-9346-a53f9063ac9c
2022-07-01T05:20:31.882Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.883Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:31.883Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.883Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:31.883Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.883Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:31.884Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:31.884Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:31.884Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0c98b238-f408-4d0d-a163-eeddd975d0f4
Model Version:NULL
Model InvariantUuid:36b18e2b-e8af-4c18-88b9-5a28bbd4a945
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:14b43f45-da87-422b-a7c0-88c0aac17437
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:43467632-1555-4a07-99c7-b9e4cd205ef6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2052af61-fe2b-43c8-ae7f-0cf9679d0a6b
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:21541328-9363-487e-a7ce-18b11f5b514d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0e1c069c-ef68-4a46-aa74-283d825fcd23
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e6a107c3-87f2-4885-b98e-0cf77beaeff0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9e28da0b-a1de-4923-9346-a53f9063ac9c
ModelInvariantUuid:b1988d36-081b-47da-8da3-1da63d1c253a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:4963658f-9ca7-46f4-8167-e6a282305ef2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5e0b38ac-6b75-42de-ab2d-7bacd78e328d
ModelInvariantUuid:f20682fd-5b7e-4522-af9d-01fd65bf5810
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:077b9a6e-0420-4587-8eae-da8e40b4bf02
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-07-01T05:20:31.891Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 763f6772-8625-425c-9a7c-d2cceef7c3af
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-07-01T05:20:31.893Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-07-01T05:20:31.893Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 763f6772-8625-425c-9a7c-d2cceef7c3af
2022-07-01T05:20:31.894Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b82edbf0-3129-440a-bb8b-6f3cbc2f94b8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-01T05:20:31.894Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:20:31.894Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:32.020Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:20:32.020Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b82edbf0-3129-440a-bb8b-6f3cbc2f94b8 1565
2022-07-01T05:20:32.021Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:32.021Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:32.021Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:20:32.021Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:32.024Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:32.024Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652832021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:20:32.124Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:32.125Z||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-07-01T05:20:32.125Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:32.138Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:32.139Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:33.025Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0e1c069c-ef68-4a46-aa74-283d825fcd23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e6a107c3-87f2-4885-b98e-0cf77beaeff0",
    "vfModuleModelCustomizationUUID": "d4b8dfdb-62f2-4e7e-912e-25291be8ed50",
    "isBase": true,
    "artifacts": [
      "bff68d05-b337-4312-bf2e-641c4cb2bb22",
      "dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2"
    ],
    "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": "2052af61-fe2b-43c8-ae7f-0cf9679d0a6b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21541328-9363-487e-a7ce-18b11f5b514d",
    "vfModuleModelCustomizationUUID": "775b0408-9353-428d-afd2-1b57dbb6fe84",
    "isBase": false,
    "artifacts": [
      "810d69d8-4edc-47b4-881c-bc4835ec42ff"
    ],
    "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-07-01T05:20:33.028Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e6a107c3-87f2-4885-b98e-0cf77beaeff0
VfModuleModelInvariantUUID:0e1c069c-ef68-4a46-aa74-283d825fcd23
VfModuleModelDescription:NULL
Artifacts UUID List:{
bff68d05-b337-4312-bf2e-641c4cb2bb22
,
dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2

}
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:21541328-9363-487e-a7ce-18b11f5b514d
VfModuleModelInvariantUUID:2052af61-fe2b-43c8-ae7f-0cf9679d0a6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
810d69d8-4edc-47b4-881c-bc4835ec42ff

}
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-07-01T05:20:33.030Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0e1c069c-ef68-4a46-aa74-283d825fcd23",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e6a107c3-87f2-4885-b98e-0cf77beaeff0",
    "vfModuleModelCustomizationUUID": "d4b8dfdb-62f2-4e7e-912e-25291be8ed50",
    "isBase": true,
    "artifacts": [
      "bff68d05-b337-4312-bf2e-641c4cb2bb22",
      "dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2"
    ],
    "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": "2052af61-fe2b-43c8-ae7f-0cf9679d0a6b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "21541328-9363-487e-a7ce-18b11f5b514d",
    "vfModuleModelCustomizationUUID": "775b0408-9353-428d-afd2-1b57dbb6fe84",
    "isBase": false,
    "artifacts": [
      "810d69d8-4edc-47b4-881c-bc4835ec42ff"
    ],
    "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-07-01T05:20:33.031Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e6a107c3-87f2-4885-b98e-0cf77beaeff0
VfModuleModelInvariantUUID:0e1c069c-ef68-4a46-aa74-283d825fcd23
VfModuleModelDescription:NULL
Artifacts UUID List:{
bff68d05-b337-4312-bf2e-641c4cb2bb22
,
dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2

}
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:21541328-9363-487e-a7ce-18b11f5b514d
VfModuleModelInvariantUUID:2052af61-fe2b-43c8-ae7f-0cf9679d0a6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
810d69d8-4edc-47b4-881c-bc4835ec42ff

}
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-07-01T05:20:33.031Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bff68d05-b337-4312-bf2e-641c4cb2bb22 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-01T05:20:33.031Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:20:33.031Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:33.147Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:20:33.148Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml bff68d05-b337-4312-bf2e-641c4cb2bb22 914
2022-07-01T05:20:33.148Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:33.148Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:33.148Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:20:33.149Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:33.151Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:33.151Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652833148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:20:33.251Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:33.252Z||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-07-01T05:20:33.252Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:33.267Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:33.267Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:34.153Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0292817b-b454-48b3-be73-b990a7b6128f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-01T05:20:34.153Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:20:34.154Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:34.231Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:20:34.232Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 0292817b-b454-48b3-be73-b990a7b6128f 12
2022-07-01T05:20:34.232Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:34.232Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:34.232Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:20:34.233Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:34.235Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:34.235Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652834232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:20:34.335Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:20:34.336Z||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-07-01T05:20:34.336Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:34.349Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:34.349Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:35.236Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-01T05:20:35.237Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:20:35.237Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:35.466Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:20:35.467Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env dd62bcfc-995f-47dd-8eb5-8e5dd93fb1e2 96
2022-07-01T05:20:35.467Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:35.467Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:35.467Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:20:35.467Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:35.469Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:35.470Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652835467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:20:35.570Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:35.571Z||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-07-01T05:20:35.571Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:35.587Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:35.587Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:36.470Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 810d69d8-4edc-47b4-881c-bc4835ec42ff from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-01T05:20:36.471Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:20:36.471Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:36.560Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:20:36.562Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 810d69d8-4edc-47b4-881c-bc4835ec42ff 20206
2022-07-01T05:20:36.562Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:36.562Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:36.562Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:20:36.562Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:36.565Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:36.565Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652836562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:20:36.665Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:36.666Z||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-07-01T05:20:36.667Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:36.682Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:36.683Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:37.569Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0c98b238-f408-4d0d-a163-eeddd975d0f4
2022-07-01T05:20:37.569Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 763f6772-8625-425c-9a7c-d2cceef7c3af 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-07-01T05:20:37.576Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39f254c5, org.onap.sdc.toscaparser.api.parameters.Input@2edf20b7, org.onap.sdc.toscaparser.api.parameters.Input@798fc4d0, org.onap.sdc.toscaparser.api.parameters.Input@58d1b5b8, org.onap.sdc.toscaparser.api.parameters.Input@732e961b]
2022-07-01T05:20:37.578Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.578Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:37.578Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-01T05:20:37.578Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e
2022-07-01T05:20:37.578Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e matches Tosca VF Customization UUID: d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e
2022-07-01T05:20:37.579Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e  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-07-01T05:20:37.581Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.581Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:37.581Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e: {\"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-07-01T05:20:37.581Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76a43eed
2022-07-01T05:20:37.582Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.582Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-01T05:20:37.582Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 775b0408-9353-428d-afd2-1b57dbb6fe84
2022-07-01T05:20:37.582Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 775b0408-9353-428d-afd2-1b57dbb6fe84
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-07-01T05:20:37.584Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.584Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T05:20:37.584Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:20:37.585Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.585Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T05:20:37.585Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-01T05:20:37.585Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.585Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-01T05:20:37.585Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d4196f6d-0e0b-4f68-a06c-271eaa3a1a3e
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-07-01T05:20:37.587Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.587Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:37.587Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0c98b238-f408-4d0d-a163-eeddd975d0f4: basic_cnf_macro
2022-07-01T05:20:37.588Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.588Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:37.588Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.588Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:37.588Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.589Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:37.589Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.589Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:37.589Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:20:37.589Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:20:37.590Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:37.642Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 763f6772-8625-425c-9a7c-d2cceef7c3af 2 ASDC deployResourceStructure
2022-07-01T05:20:37.642Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:37.643Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:37.643Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:20:37.643Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:37.645Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:37.645Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652837642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T05:20:37.745Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:37.746Z||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-07-01T05:20:37.746Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:37.759Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:37.759Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:38.646Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:38.646Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:38.646Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:20:38.646Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:38.648Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:38.648Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652838645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:20:38.748Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:38.749Z||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-07-01T05:20:38.749Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:38.763Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:38.764Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:39.649Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:39.650Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:39.650Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-01T05:20:39.650Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:39.653Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:39.653Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652839649,
  "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-07-01T05:20:39.753Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:39.754Z||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-07-01T05:20:39.754Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:39.769Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:39.770Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:40.654Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:40.655Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:40.655Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:20:40.655Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:40.657Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:40.657Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652840654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-01T05:20:40.757Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:40.758Z||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-07-01T05:20:40.758Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:40.772Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:40.772Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:20:41.658Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:41.658Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||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-07-01T05:20:41.658Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-01T05:20:41.659Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:41.661Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:41.661Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652841658,
  "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-07-01T05:20:41.762Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:20:41.762Z||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-07-01T05:20:41.763Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:41.777Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:41.777Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:42.662Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-01T05:20:42.662Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-01T05:20:42.662Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:20:42.663Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:20:42.665Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:20:42.665Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652842662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:20:42.764Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:20:42.765Z||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-07-01T05:20:42.765Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:20:42.777Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:20:42.777Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:20:43.666Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3c9f306-1370-4090-8174-e5e8a3ff763c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:20:43.676Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3c9f306-1370-4090-8174-e5e8a3ff763c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:20:43.678Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:20:43.678Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:20:43.678Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:21:13.679Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3c9f306-1370-4090-8174-e5e8a3ff763c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:21:13.691Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3c9f306-1370-4090-8174-e5e8a3ff763c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:21:13.692Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:21:13.693Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:21:13.693Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:21:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:21:29.332Z||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-07-01T05:21:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:21:29.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:21:29.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.370Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652771854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:21:29.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652744722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652772869,
  "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-07-01T05:21:29.381Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3c9f306-1370-4090-8174-e5e8a3ff763c
2022-07-01T05:21:29.381Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3c9f306-1370-4090-8174-e5e8a3ff763c 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-07-01T05:21:29.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652772832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:21:29.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652744181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652778227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:21:29.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652780389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:21:29.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652780737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:21:29.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "aai-ml",
  "timestamp": 1656652781398,
  "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-07-01T05:21:29.407Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3c9f306-1370-4090-8174-e5e8a3ff763c
2022-07-01T05:21:29.407Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3c9f306-1370-4090-8174-e5e8a3ff763c 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-07-01T05:21:29.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652781515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:21:29.416Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652781806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:21:29.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652782887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:21:29.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652784014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T05:21:29.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652785018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:21:29.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652786022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-01T05:21:29.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652787026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:21:29.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652788521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:21:29.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "clamp",
  "timestamp": 1656652789525,
  "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-07-01T05:21:29.429Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3c9f306-1370-4090-8174-e5e8a3ff763c
2022-07-01T05:21:29.429Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3c9f306-1370-4090-8174-e5e8a3ff763c 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-07-01T05:21:29.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "efd61235-3a5f-4386-ae30-a6240a19573e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652818358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:21:29.440Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:21:29.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:21:29.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:29.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-01T05:21:29.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652769328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:21:29.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:21:43.693Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3c9f306-1370-4090-8174-e5e8a3ff763c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:21:43.703Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3c9f306-1370-4090-8174-e5e8a3ff763c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:21:43.705Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|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-07-01T05:21:43.710Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T05:22:13.710Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3c9f306-1370-4090-8174-e5e8a3ff763c 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-07-01T05:22:13.716Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3c9f306-1370-4090-8174-e5e8a3ff763c and serviceModelVersionId: 0c98b238-f408-4d0d-a163-eeddd975d0f4
2022-07-01T05:22:13.716Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36b18e2b-e8af-4c18-88b9-5a28bbd4a945
2022-07-01T05:22:13.717Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36b18e2b-e8af-4c18-88b9-5a28bbd4a945/model-vers/model-ver/0c98b238-f408-4d0d-a163-eeddd975d0f4?depth=0
2022-07-01T05:22:13.720Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T05:22:13.757Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36b18e2b-e8af-4c18-88b9-5a28bbd4a945/model-vers/model-ver/0c98b238-f408-4d0d-a163-eeddd975d0f4?depth=0|INFO|500||Invoke
2022-07-01T05:22:13.758Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36b18e2b-e8af-4c18-88b9-5a28bbd4a945/model-vers/model-ver/0c98b238-f408-4d0d-a163-eeddd975d0f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36b18e2b-e8af-4c18-88b9-5a28bbd4a945/model-vers/model-ver/0c98b238-f408-4d0d-a163-eeddd975d0f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3c9f306-1370-4090-8174-e5e8a3ff763c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0135aab-0fa8-45b4-97a5-776ce89e5308], X-ECOMP-RequestID=[e3c9f306-1370-4090-8174-e5e8a3ff763c], X-TransactionId=[], X-ONAP-RequestID=[e3c9f306-1370-4090-8174-e5e8a3ff763c], Content-Type=[application/merge-patch+json]}
2022-07-01T05:22:13.778Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36b18e2b-e8af-4c18-88b9-5a28bbd4a945/model-vers/model-ver/0c98b238-f408-4d0d-a163-eeddd975d0f4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T05:22:13.869Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36b18e2b-e8af-4c18-88b9-5a28bbd4a945/model-vers/model-ver/0c98b238-f408-4d0d-a163-eeddd975d0f4?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/36b18e2b-e8af-4c18-88b9-5a28bbd4a945/model-vers/model-ver/0c98b238-f408-4d0d-a163-eeddd975d0f4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220701-05:22:13:528-48569], vertex-id=[262312], Content-Length=[0], Date=[Fri, 01 Jul 2022 05:22:13 GMT], Content-Type=[application/json]}
2022-07-01T05:22:13.869Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36b18e2b-e8af-4c18-88b9-5a28bbd4a945/model-vers/model-ver/0c98b238-f408-4d0d-a163-eeddd975d0f4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T05:22:13.870Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36b18e2b-e8af-4c18-88b9-5a28bbd4a945/model-vers/model-ver/0c98b238-f408-4d0d-a163-eeddd975d0f4?depth=0|INFO|500||InvokeReturn
2022-07-01T05:22:13.871Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T05:22:13.871Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|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-07-01T05:22:13.877Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|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-07-01T05:22:13.878Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3c9f306-1370-4090-8174-e5e8a3ff763c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T05:22:13.878Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T05:22:13.878Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:13.880Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:13.880Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652933878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:22:13.980Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:22:13.981Z||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-07-01T05:22:13.981Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:14.001Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:14.002Z||pool-134-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-01T05:22:14.901Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:22:14.901Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|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-07-01T05:22:14.902Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:19.335Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:19.336Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-01T05:22:19.336Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6115eec6-c2a5-4bf3-8354-51667207868a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5c8274c4-f52c-4e5e-94fd-a799e51745c6","serviceDescription":"service","serviceInvariantUUID":"ad2f507d-7e05-4aa0-acc9-624ba66af6ce","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c357460-a126-4765-97c0-6498e10583af","resourceInvariantUUID":"769680fd-8c64-44b8-b722-826095c7fa06","resourceCustomizationUUID":"bfbe88ef-786f-4599-af7d-918aff077f48","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":"MzM2ZWM1YjI2ZmQ2MmUzNGY2OGM3Nzc5Y2RkOTI0NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b3e0abea-9568-4544-bb6f-acf3bd2a0b86","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":"2b9cd215-21f6-47ff-91b2-2cb9fd48c06f","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":"26872e7d-5e5e-4483-a50f-f832a3693ab3","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":"ZjIxZDNkZjZlNGQ3MmIwNWVmNmYwNjVkNTFhNWZlNzc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"41b85482-b0c0-4111-96e3-801a69292888","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":"259470ad-d8bd-498d-a4e5-4a1cda7d08f7","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":"d2365b30-c925-4e58-ab9b-c518d6d3abfd","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":"90736f5c-cc6d-4823-b477-82b36175b569","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":"MTU5Yzk3MWJmMzJiZjYxNTMwOWY5M2ZiNjU4YzE1MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f61a6a65-158f-4aba-9499-72aa01d4a9d9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YThjYjJhZDAyM2FjYmFkY2IyNzQzYjg3YjVhYThmODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4491f18-1a71-410d-9009-4261250b6b44","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-01T05:22:19.337Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:22:19.337Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:19.339Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:19.339Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:22:19.439Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:22:19.440Z||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-07-01T05:22:19.440Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:19.454Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:19.454Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:22:20.340Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:22:20.341Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:20.343Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:20.343Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:22:20.443Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:22:20.444Z||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-07-01T05:22:20.444Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:20.457Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:20.457Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:22:21.344Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:22:21.344Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:21.346Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:21.346Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:22:21.446Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:22:21.447Z||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-07-01T05:22:21.447Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:21.460Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:21.461Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-01T05:22:22.347Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:22:22.348Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:22.350Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:22.350Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:22:22.450Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:22:22.450Z||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-07-01T05:22:22.450Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:22.463Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:22.463Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:22:23.351Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:22:23.352Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:23.353Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:23.354Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:22:23.453Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:22:23.454Z||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-07-01T05:22:23.454Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:23.467Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:23.468Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:22:24.354Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:22:24.355Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:24.357Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:24.357Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:22:24.457Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:22:24.457Z||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-07-01T05:22:24.457Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:24.469Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:24.469Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:22:25.358Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:22:25.359Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:25.361Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:25.361Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:22:25.461Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:22:25.461Z||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-07-01T05:22:25.461Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:25.473Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:25.473Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:22:26.361Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:22:26.362Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:26.365Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:26.365Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:22:26.466Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-01T05:22:26.467Z||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-07-01T05:22:26.467Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:26.481Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:26.482Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:22:27.365Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-01T05:22:27.366Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:27.368Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:27.368Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:22:27.468Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:22:27.469Z||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-07-01T05:22:27.469Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:27.482Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:27.483Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:22:28.370Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5c8274c4-f52c-4e5e-94fd-a799e51745c6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ad2f507d-7e05-4aa0-acc9-624ba66af6ce",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "bfbe88ef-786f-4599-af7d-918aff077f48",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2c357460-a126-4765-97c0-6498e10583af",
      "resourceInvariantUUID": "769680fd-8c64-44b8-b722-826095c7fa06",
      "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": "YThjYjJhZDAyM2FjYmFkY2IyNzQzYjg3YjVhYThmODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b4491f18-1a71-410d-9009-4261250b6b44"
    }
  ],
  "workloadContext": "Production"
}
2022-07-01T05:22:28.370Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-01T05:22:28.370Z|e3c9f306-1370-4090-8174-e5e8a3ff763c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5c8274c4-f52c-4e5e-94fd-a799e51745c6 ASDC
2022-07-01T05:22:28.371Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6115eec6-c2a5-4bf3-8354-51667207868a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5c8274c4-f52c-4e5e-94fd-a799e51745c6
ServiceInvariantUUID:ad2f507d-7e05-4aa0-acc9-624ba66af6ce
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:b4491f18-1a71-410d-9009-4261250b6b44
ArtifactChecksum:YThjYjJhZDAyM2FjYmFkY2IyNzQzYjg3YjVhYThmODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:bfbe88ef-786f-4599-af7d-918aff077f48
ResourceInvariantUUID:769680fd-8c64-44b8-b722-826095c7fa06
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:2c357460-a126-4765-97c0-6498e10583af
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-01T05:22:28.372Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c8274c4-f52c-4e5e-94fd-a799e51745c6 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-07-01T05:22:28.402Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:22:28.402Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-01T05:22:28.402Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-01T05:22:28.403Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b4491f18-1a71-410d-9009-4261250b6b44 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-01T05:22:28.403Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-01T05:22:28.404Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-01T05:22:28.638Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-01T05:22:28.642Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b4491f18-1a71-410d-9009-4261250b6b44 105659
2022-07-01T05:22:28.642Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-01T05:22:28.643Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-01T05:22:28.643Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-01T05:22:28.643Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:28.645Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:28.645Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652948642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:22:28.745Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:22:28.746Z||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-07-01T05:22:28.746Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:28.758Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:28.758Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:22:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:22:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T05:22:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:29.356Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:29.356Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:22:29.357Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652829546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:22:29.357Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:22:29.646Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-01T05:22:29.647Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-01T05:22:29.648Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b4491f18-1a71-410d-9009-4261250b6b44, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T05:22:29.648Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-01T05:22:29.649Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T05:22:29.649Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T05:22:29.784Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9233071556630123906/Definitions/service-TestPnfMacro-template.yml
2022-07-01T05:22:30.526Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-01T05:22:30.527Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-01T05:22:30.527Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-01T05:22:30.527Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-01T05:22:30.527Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-TestPnfMacro-csar.csar
2022-07-01T05:22:30.527Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-TestPnfMacro-csar.csar
2022-07-01T05:22:30.528Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||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-07-01T05:22:30.528Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-TestPnfMacro-csar.csar
2022-07-01T05:22:30.528Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-TestPnfMacro-csar.csar
2022-07-01T05:22:30.528Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-TestPnfMacro-csar.csar
2022-07-01T05:22:30.528Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-TestPnfMacro-csar.csar
2022-07-01T05:22:30.529Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-01T05:22:30.529Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:22:30.529Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:22:30.529Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-01T05:22:30.529Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-01T05:22:30.530Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:22:30.530Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:22:30.530Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:22:30.530Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-01T05:22:30.530Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-01T05:22:30.530Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-01T05:22:30.531Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:22:30.531Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:22:30.531Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:22:30.531Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:22:30.532Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:22:30.532Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:22:30.532Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:22:30.532Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:22:30.532Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:22:30.533Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:22:30.533Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:5c8274c4-f52c-4e5e-94fd-a799e51745c6
Model Version:NULL
Model InvariantUuid:ad2f507d-7e05-4aa0-acc9-624ba66af6ce
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-07-01T05:22:30.538Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2c357460-a126-4765-97c0-6498e10583af
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-07-01T05:22:30.540Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-07-01T05:22:30.540Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c357460-a126-4765-97c0-6498e10583af
2022-07-01T05:22:30.541Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 5c8274c4-f52c-4e5e-94fd-a799e51745c6
2022-07-01T05:22:30.541Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5c8274c4-f52c-4e5e-94fd-a799e51745c6
2022-07-01T05:22:30.541Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2c357460-a126-4765-97c0-6498e10583af 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-07-01T05:22:30.545Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59884520, org.onap.sdc.toscaparser.api.parameters.Input@7dbdf374, org.onap.sdc.toscaparser.api.parameters.Input@445fd230, org.onap.sdc.toscaparser.api.parameters.Input@54963e61, org.onap.sdc.toscaparser.api.parameters.Input@4facd096]
2022-07-01T05:22:30.545Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:22:30.546Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:22:30.546Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5c8274c4-f52c-4e5e-94fd-a799e51745c6: test-pnf
2022-07-01T05:22:30.546Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||Processing PNF resource: 2c357460-a126-4765-97c0-6498e10583af
2022-07-01T05:22:30.546Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-01T05:22:30.546Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-01T05:22:30.547Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||Resource customization UUID: bfbe88ef-786f-4599-af7d-918aff077f48 is the same as notified resource customizationUUID: bfbe88ef-786f-4599-af7d-918aff077f48
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-07-01T05:22:30.592Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2c357460-a126-4765-97c0-6498e10583af 0 ASDC deployResourceStructure
2022-07-01T05:22:30.592Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-01T05:22:30.592Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-01T05:22:30.593Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-01T05:22:30.593Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:22:30.597Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:22:30.597Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652950592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:22:30.697Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-01T05:22:30.698Z||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-07-01T05:22:30.698Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:22:30.711Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:22:30.712Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-01T05:22:31.598Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6115eec6-c2a5-4bf3-8354-51667207868a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:22:31.610Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6115eec6-c2a5-4bf3-8354-51667207868a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:22:31.614Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:22:31.614Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:22:31.614Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:23:01.615Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6115eec6-c2a5-4bf3-8354-51667207868a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:23:01.624Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6115eec6-c2a5-4bf3-8354-51667207868a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:23:01.626Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:23:01.626Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-01T05:23:01.626Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-01T05:23:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:23:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T05:23:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:23:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:23:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652832021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.370Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652833148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652834232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652835467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.371Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652836562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652837642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-01T05:23:29.372Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.373Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.373Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652838645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:23:29.373Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.373Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.373Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652839649,
  "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-07-01T05:23:29.373Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.374Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.374Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652840654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-01T05:23:29.374Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.374Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.374Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652841658,
  "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-07-01T05:23:29.374Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.374Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.374Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652842662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:23:29.375Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.375Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.375Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652845466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.375Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.375Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.375Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652847147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.375Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.375Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.375Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652840391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652844051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652847147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652845466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652840391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.376Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652844051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652845466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652840391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652847147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.377Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652844051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652845466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652840391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652847147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652844051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.378Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652845466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652847147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652840391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652844051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.379Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652854189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652845466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652847147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652840391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652844051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.380Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652854189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652845466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652840391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652847147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.381Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.382Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652844051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.382Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.382Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.382Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652854189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.382Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.382Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.382Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652845466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.382Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.383Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.383Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652847147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.383Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.383Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.383Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652840391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.383Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.383Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.383Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652844051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.383Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.384Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.384Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652854189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.384Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.384Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.384Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652845466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.384Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.384Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.384Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652847147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:23:29.385Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.385Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.385Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652840391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:23:29.385Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.385Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.385Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652844051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:23:29.385Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.385Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.385Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652854189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.386Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.386Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.386Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652858798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.386Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.386Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.386Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652859331,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.386Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.386Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.387Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652859631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.387Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.387Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.387Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652860700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.387Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.387Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.387Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652854189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.387Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.388Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.388Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652859816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-01T05:23:29.388Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.388Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.388Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652860640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:23:29.388Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.388Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.388Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "cds",
  "timestamp": 1656652860735,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-01T05:23:29.397Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6115eec6-c2a5-4bf3-8354-51667207868a
2022-07-01T05:23:29.397Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6115eec6-c2a5-4bf3-8354-51667207868a 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-07-01T05:23:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.409Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652854189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.410Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656652860819,
  "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-07-01T05:23:29.415Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6115eec6-c2a5-4bf3-8354-51667207868a
2022-07-01T05:23:29.416Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6115eec6-c2a5-4bf3-8354-51667207868a 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-07-01T05:23:29.425Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.425Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "policy-id",
  "timestamp": 1656652861644,
  "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-07-01T05:23:29.430Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6115eec6-c2a5-4bf3-8354-51667207868a
2022-07-01T05:23:29.431Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6115eec6-c2a5-4bf3-8354-51667207868a 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-07-01T05:23:29.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.442Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652854189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652863321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:23:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.443Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656652854189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:23:29.444Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.444Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.444Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656652864327,
  "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-07-01T05:23:29.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6115eec6-c2a5-4bf3-8354-51667207868a
2022-07-01T05:23:29.451Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6115eec6-c2a5-4bf3-8354-51667207868a 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-07-01T05:23:29.461Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.461Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652864180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.461Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.462Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.462Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652864722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.462Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.462Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.463Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652864180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.463Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.463Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.463Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652864722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.463Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.463Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.464Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652864180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.464Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.464Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.464Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652864722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.464Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.464Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.464Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652864180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.465Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.465Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.465Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652864722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.465Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.465Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.465Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652864180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.466Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.466Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.466Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652864722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.466Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.466Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.466Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652864180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.466Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.467Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.467Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652864722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.467Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.467Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.468Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652864180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.468Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.468Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.468Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652864722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.469Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.469Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.469Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652864180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.469Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.470Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.470Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652864722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:23:29.470Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.470Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.470Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652864180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:23:29.470Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.471Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.471Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652864722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:23:29.471Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:23:29.471Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.471Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652874504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.471Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.472Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.472Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652879592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:23:29.472Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.472Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.472Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "aai-ml",
  "timestamp": 1656652880599,
  "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-07-01T05:23:29.478Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6115eec6-c2a5-4bf3-8354-51667207868a
2022-07-01T05:23:29.478Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6115eec6-c2a5-4bf3-8354-51667207868a 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-07-01T05:23:29.488Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.488Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652882766,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:23:29.489Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.489Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.489Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652884540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:23:29.489Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:23:29.490Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:23:29.490Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "clamp",
  "timestamp": 1656652885545,
  "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-07-01T05:23:29.496Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6115eec6-c2a5-4bf3-8354-51667207868a
2022-07-01T05:23:29.496Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6115eec6-c2a5-4bf3-8354-51667207868a 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-07-01T05:23:31.627Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6115eec6-c2a5-4bf3-8354-51667207868a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-01T05:23:31.636Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6115eec6-c2a5-4bf3-8354-51667207868a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-01T05:23:31.638Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-01T05:23:31.638Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-01T05:23:31.638Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-01T05:23:31.638Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-01T05:23:31.638Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:23:31.638Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:23:31.639Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:23:31.639Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:23:31.639Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:23:31.639Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:23:31.639Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-01T05:23:31.639Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-07-01T05:23:31.643Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-01T05:24:01.643Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6115eec6-c2a5-4bf3-8354-51667207868a 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-07-01T05:24:01.648Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6115eec6-c2a5-4bf3-8354-51667207868a and serviceModelVersionId: 5c8274c4-f52c-4e5e-94fd-a799e51745c6
2022-07-01T05:24:01.648Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad2f507d-7e05-4aa0-acc9-624ba66af6ce
2022-07-01T05:24:01.649Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad2f507d-7e05-4aa0-acc9-624ba66af6ce/model-vers/model-ver/5c8274c4-f52c-4e5e-94fd-a799e51745c6?depth=0
2022-07-01T05:24:01.654Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-01T05:24:01.692Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2f507d-7e05-4aa0-acc9-624ba66af6ce/model-vers/model-ver/5c8274c4-f52c-4e5e-94fd-a799e51745c6?depth=0|INFO|500||Invoke
2022-07-01T05:24:01.693Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2f507d-7e05-4aa0-acc9-624ba66af6ce/model-vers/model-ver/5c8274c4-f52c-4e5e-94fd-a799e51745c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2f507d-7e05-4aa0-acc9-624ba66af6ce/model-vers/model-ver/5c8274c4-f52c-4e5e-94fd-a799e51745c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6115eec6-c2a5-4bf3-8354-51667207868a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a248344-9d33-4c35-b987-74df86b2db01], X-ECOMP-RequestID=[6115eec6-c2a5-4bf3-8354-51667207868a], X-TransactionId=[], X-ONAP-RequestID=[6115eec6-c2a5-4bf3-8354-51667207868a], Content-Type=[application/merge-patch+json]}
2022-07-01T05:24:01.713Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2f507d-7e05-4aa0-acc9-624ba66af6ce/model-vers/model-ver/5c8274c4-f52c-4e5e-94fd-a799e51745c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-01T05:24:01.823Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2f507d-7e05-4aa0-acc9-624ba66af6ce/model-vers/model-ver/5c8274c4-f52c-4e5e-94fd-a799e51745c6?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/ad2f507d-7e05-4aa0-acc9-624ba66af6ce/model-vers/model-ver/5c8274c4-f52c-4e5e-94fd-a799e51745c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220701-05:24:01:464-41350], vertex-id=[262240], Content-Length=[0], Date=[Fri, 01 Jul 2022 05:24:01 GMT], Content-Type=[application/json]}
2022-07-01T05:24:01.823Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2f507d-7e05-4aa0-acc9-624ba66af6ce/model-vers/model-ver/5c8274c4-f52c-4e5e-94fd-a799e51745c6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-01T05:24:01.824Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2f507d-7e05-4aa0-acc9-624ba66af6ce/model-vers/model-ver/5c8274c4-f52c-4e5e-94fd-a799e51745c6?depth=0|INFO|500||InvokeReturn
2022-07-01T05:24:01.824Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-01T05:24:01.824Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-07-01T05:24:01.828Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-07-01T05:24:01.828Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6115eec6-c2a5-4bf3-8354-51667207868a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-01T05:24:01.829Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-01T05:24:01.829Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-01T05:24:01.831Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-01T05:24:01.831Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656653041829,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:24:01.930Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-01T05:24:01.932Z||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-07-01T05:24:01.932Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cWSe5S19gZoBB9bN) ...
2022-07-01T05:24:01.950Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:24:01.951Z||pool-146-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-07-01T05:24:02.845Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:24:02.845Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-07-01T05:24:02.845Z|6115eec6-c2a5-4bf3-8354-51667207868a|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:24:12.393Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:24:12.394Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:24:12.394Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-07-01T05:24:12.394Z|6115eec6-c2a5-4bf3-8354-51667207868a|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:24:21.935Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:24:21.936Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:24:21.936Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-07-01T05:24:21.937Z|6115eec6-c2a5-4bf3-8354-51667207868a|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:24:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:24:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T05:24:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:24:29.361Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:24:29.362Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.362Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3c9f306-1370-4090-8174-e5e8a3ff763c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652933878,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:24:29.363Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:24:29.363Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.363Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:24:29.363Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:24:29.363Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.364Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:24:29.364Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:24:29.364Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.364Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:24:29.364Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:24:29.365Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.365Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:24:29.365Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:24:29.365Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.365Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:24:29.366Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:24:29.366Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.366Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:24:29.366Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:24:29.366Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:24:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:24:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-01T05:24:29.367Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:24:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652934901,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-01T05:24:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-01T05:24:29.368Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-01T05:24:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652948642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-01T05:24:29.369Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:24:31.479Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:24:31.480Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:24:31.480Z||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-07-01T05:24:31.480Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:24:41.019Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:25:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:25:29.330Z||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-07-01T05:25:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:25:29.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:25:29.332Z||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-07-01T05:25:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:25:29.392Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:25:29.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-01T05:25:29.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656652950592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-01T05:25:29.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:25:38.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:26:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:26:29.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:26:29.332Z||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-07-01T05:26:29.332Z||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-07-01T05:26:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:26:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:26:29.865Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:26:29.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-01T05:26:29.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6115eec6-c2a5-4bf3-8354-51667207868a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656653041829,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-01T05:26:29.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-01T05:26:38.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:27:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:27:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:27:29.332Z||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-07-01T05:27:29.332Z||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-07-01T05:27:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:27:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:27:38.882Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:27:38.883Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:28:29.329Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:28:29.330Z||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-07-01T05:28:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:28:29.331Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:28:29.331Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:28:29.331Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:28:38.902Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:28:38.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:29:29.328Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:29:29.330Z||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-07-01T05:29:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:29:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:29:29.332Z||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-07-01T05:29:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:29:38.890Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:29:38.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:30:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:30:29.329Z||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-07-01T05:30:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:30:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:30:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T05:30:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:30:38.884Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:30:38.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:31:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:31:29.329Z||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-07-01T05:31:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:31:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:31:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T05:31:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:31:38.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:31:38.886Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:32:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:32:29.329Z||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-07-01T05:32:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:32:29.331Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:32:29.331Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:32:29.331Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:32:38.883Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:32:38.884Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:33:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:33:29.329Z||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-07-01T05:33:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:33:29.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:33:29.332Z||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-07-01T05:33:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:33:38.877Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:33:38.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:34:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:34:29.329Z||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-07-01T05:34:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:34:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:34:29.332Z||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-07-01T05:34:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:34:38.881Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:34:38.881Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:35:29.329Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:35:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:35:29.331Z||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-07-01T05:35:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:35:29.332Z||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-07-01T05:35:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:35:38.901Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:35:38.901Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:36:29.329Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:36:29.330Z||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-07-01T05:36:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:36:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:36:29.331Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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-07-01T05:36:29.332Z|6b591ae3-554d-4088-ac8a-74b824e34c01|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:36:38.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:36:38.890Z|6b591ae3-554d-4088-ac8a-74b824e34c01|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:37:29.329Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:37:29.330Z||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-07-01T05:37:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:37:29.331Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:37:29.332Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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-07-01T05:37:29.332Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:37:38.877Z|474eab8f-39d6-4be9-b5b6-a0ee3cf24b8f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:37:38.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:38:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:38:29.329Z||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-07-01T05:38:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:38:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:38:29.331Z||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-07-01T05:38:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:38:38.873Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:38:38.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:39:29.328Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:39:29.329Z||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-07-01T05:39:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:39:29.331Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:39:29.331Z||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-07-01T05:39:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:39:38.918Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:39:38.918Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:40:29.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:40:29.329Z||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-07-01T05:40:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:40:29.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:40:29.332Z||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-07-01T05:40:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:40:38.875Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:40:38.876Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:41:29.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:41:29.329Z||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-07-01T05:41:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:41:29.331Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:41:29.331Z||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-07-01T05:41:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:41:38.879Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:41:38.879Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:42:29.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:42:29.329Z||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-07-01T05:42:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:42:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:42:29.331Z||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-07-01T05:42:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:42:38.882Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:42:38.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:43:29.328Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:43:29.329Z||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-07-01T05:43:29.329Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:43:29.331Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:43:29.332Z|6115eec6-c2a5-4bf3-8354-51667207868a|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-07-01T05:43:29.333Z|6115eec6-c2a5-4bf3-8354-51667207868a|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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:43:38.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:43:38.882Z|6115eec6-c2a5-4bf3-8354-51667207868a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:44:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:44:29.330Z||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-07-01T05:44:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:44:29.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:44:29.332Z||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-07-01T05:44:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:44:38.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:44:38.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:45:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:45:29.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:45:29.332Z||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-07-01T05:45:29.332Z||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-07-01T05:45:29.332Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:45:29.333Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:45:38.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:45:38.897Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:46:29.329Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:46:29.330Z||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-07-01T05:46:29.330Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:46:29.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-01T05:46:29.331Z||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-07-01T05:46:29.331Z||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 cWSe5S19gZoBB9bN) ...
2022-07-01T05:46:38.885Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-01T05:46:38.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK